This commit is contained in:
+3
-2
@@ -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