change to static adapter

This commit is contained in:
2025-12-29 14:02:51 +02:00
parent 908f22faca
commit 78d2f3139e
4 changed files with 3548 additions and 5 deletions

2
src/routes/layout.ts Normal file
View File

@@ -0,0 +1,2 @@
export const prerender = true;
export const ssr = false;