Try prerendingn categories page

This commit is contained in:
Sam Carlton 2023-02-11 16:42:52 -06:00
parent 7e2ae97ba3
commit 14f7e09791

View file

@ -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 => {