Build folder

This commit is contained in:
Giac
2025-12-09 16:14:15 -06:00
parent 50138d6b8b
commit 551a2ff325
4 changed files with 1518 additions and 2 deletions

2
src/routes/+layout.js Normal file
View File

@@ -0,0 +1,2 @@
export const prerender = true;
export const trailingSlash = 'always';