Skip to content

Commit e920616

Browse files
committed
Merge branch 'main' of https://github.com/L4Ph/Tawri
2 parents 3881aa7 + 61f40fa commit e920616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+layout.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Tauri doesn't have a Node.js server to do proper SSR
22
// so we will use adapter-static to prerender the app (SSG)
33
// See: https://v2.tauri.app/start/frontend/sveltekit/ for more info
4-
export const prerender = false;
4+
export const prerender = true;
55
export const ssr = false;

0 commit comments

Comments
 (0)