mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Apply response defaults to top level pages
This commit is contained in:
parent
b665e100af
commit
53feb3c100
5 changed files with 26 additions and 1 deletions
|
|
@ -8,12 +8,16 @@
|
|||
// https://docs.astro.build/core-concepts/astro-components/
|
||||
|
||||
import { DoesItAPI } from '~/helpers/api/client.js'
|
||||
import {
|
||||
applyResponseDefaults
|
||||
} from '~/helpers/astro/request.js'
|
||||
|
||||
import Layout from '../layouts/default.astro'
|
||||
import BgPlayer from '~/src/components/video/bg-player.astro'
|
||||
import VideoRow from '~/src/components/video/row.astro'
|
||||
// import LinkButton from '~/components/link-button.vue'
|
||||
|
||||
applyResponseDefaults( Astro )
|
||||
|
||||
const pagesToGet = 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue