forgot to not prerender a thing
This commit is contained in:
parent
c6b1ed8292
commit
9264b2139f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const characters = await pb
|
|||
.collection("characters")
|
||||
// @ts-ignore
|
||||
.getFullList({ expand: ["icon"] });
|
||||
export const prerender = true
|
||||
export const prerender = false
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue