This is a good start. Many key features are working again!!!

This commit is contained in:
Scott Idem
2024-02-15 18:53:26 -05:00
parent 19f9983c9a
commit a3d4354ef4
20 changed files with 3513 additions and 101 deletions

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

@@ -0,0 +1,4 @@
// export const ssr = false;
// export const prerender = true;
// export const prerender = true
// export const trailingSlash = 'always'; // 'never' | 'always' | 'ignore'