feat: static rendering

This commit is contained in:
xieve
2025-09-10 10:53:29 +02:00
parent 81ace15109
commit f61b472c68
4 changed files with 43 additions and 33 deletions

5
src/routes/+layout.ts Normal file
View File

@@ -0,0 +1,5 @@
// If you're using a fallback (i.e. SPA mode) you don't need to prerender all
// pages by setting this here, but should prerender as many as possible to
// avoid large performance and SEO impacts
export const prerender = true;
export const trailingSlash = "always";