Inital Commit

This commit is contained in:
2026-02-22 00:50:51 +00:00
commit 4c24b141fe
28 changed files with 1458 additions and 0 deletions

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

@@ -0,0 +1,3 @@
export const ssr = false;
export const prerender = false;
export const trailingSlash = "always";