Add excplict ssr,csr,prerender
Some checks failed
Bump deps (only minor versions) / ci (push) Failing after 14s
Some checks failed
Bump deps (only minor versions) / ci (push) Failing after 14s
This commit is contained in:
parent
220244e26f
commit
3a5b705d5f
1 changed files with 3 additions and 0 deletions
3
src/routes/+page.server.ts
Normal file
3
src/routes/+page.server.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export const prerender = true;
|
||||
export const ssr = true;
|
||||
export const csr = true;
|
Loading…
Add table
Reference in a new issue