We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b7f42 commit 1e7e897Copy full SHA for 1e7e897
.github/workflows/deploy.yml
@@ -35,6 +35,8 @@ jobs:
35
36
- name: Setup Pages
37
uses: actions/configure-pages@v5
38
+ with:
39
+ enablement: true
40
41
- name: Install dependencies
42
run: pnpm install --frozen-lockfile
src/routes/+layout.ts
@@ -0,0 +1,2 @@
1
+export const prerender = true;
2
+export const ssr = false;
0 commit comments