forgot to not prerender a thing

This commit is contained in:
Lio 2024-07-23 00:45:41 +02:00
parent c6b1ed8292
commit 9264b2139f

View file

@ -7,7 +7,7 @@ const characters = await pb
.collection("characters") .collection("characters")
// @ts-ignore // @ts-ignore
.getFullList({ expand: ["icon"] }); .getFullList({ expand: ["icon"] });
export const prerender = true export const prerender = false
--- ---