Updated to Astro 6 beta
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m52s

This commit is contained in:
2026-01-20 12:37:08 -07:00
parent 815c08dd50
commit 8b91ec7a71
3 changed files with 363 additions and 128 deletions

View File

@@ -10,11 +10,12 @@ import node from "@astrojs/node";
export default defineConfig({
output: "server",
integrations: [vue(), icon()],
security: {
csp: true,
},
vite: {
plugins: [tailwindcss()],
},
adapter: node({
mode: "standalone",
}),