fixed devlog routes being undiscoverable and 404ing on refresh; switched back to node adapter

This commit is contained in:
2026-01-31 10:57:57 +01:00
parent d08be37bd0
commit 466d8bee1a
3 changed files with 9 additions and 9 deletions

View File

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