mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Try prerendingn categories page
This commit is contained in:
parent
7e2ae97ba3
commit
14f7e09791
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ import SimpleList from '../components/simple-list.astro'
|
|||
|
||||
applyResponseDefaults( Astro )
|
||||
|
||||
// Prerender page so it serves statically
|
||||
export const prerender = true
|
||||
|
||||
|
||||
const kindIndex = await DoesItAPI.kind.index.get()
|
||||
|
||||
const kinds = Object.values( kindIndex ).map( category => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue