added TADS 1 and 2

This commit is contained in:
2025-04-04 20:28:38 +02:00
parent a02224cdc8
commit 3d894c54fc
45 changed files with 492 additions and 16 deletions

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

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