Skip to content

Commit 9042774

Browse files
committed
fix: dynamic path
1 parent 5e30677 commit 9042774

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/editor/[id]/+page.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
export const prerender = false
1+
export const prerender = false;
2+
export const csr = true;
3+
export const ssr = false;

0 commit comments

Comments
 (0)