Updated to Astro 6 beta
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m52s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m52s
This commit is contained in:
@@ -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",
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user