sliding modals, view transitions, accessibility, etc, etc

This commit is contained in:
zach
2026-03-11 15:21:43 -04:00
parent 7482cb9e9c
commit 3d46a48a7d
20 changed files with 708 additions and 519 deletions

View File

@@ -11,9 +11,12 @@ export default defineConfig({
},
}),
],
server: {
allowedHosts: true,
},
adapter: node({ mode: "standalone", checkOrigin: false }),
output: "server",
security: {
checkOrigin: false
}
});
});