PARTY!!!!!
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m19s

This commit is contained in:
2026-01-30 13:37:58 -07:00
parent c03128a314
commit a089c9dfc7

View File

@@ -5,6 +5,7 @@ import node from "@astrojs/node";
import tailwindcss from "@tailwindcss/vite";
import icon from "astro-icon";
import yeskunallumami from "@yeskunall/astro-umami";
import partytown from "@astrojs/partytown";
// https://astro.build/config
export default defineConfig({
@@ -16,6 +17,7 @@ export default defineConfig({
integrations: [
vue(),
icon(),
partytown(),
yeskunallumami({
id: "c7e24af4-5f14-4881-9c25-85a97abda9f1",
hostUrl: "https://analytics.atri.dad",
@@ -23,14 +25,6 @@ export default defineConfig({
}),
],
security: {
csp: {
scriptDirective: {
resources: ["'self'"],
},
},
},
adapter: node({
mode: "standalone",
}),