Party again
Some checks failed
Docker Deploy / build-and-push (push) Failing after 3m6s

This commit is contained in:
2026-01-30 14:48:24 -07:00
parent f8555413e1
commit beaf088391
3 changed files with 32 additions and 1 deletions

View File

@@ -5,20 +5,24 @@ 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";
const isDev = process.env.NODE_ENV === "development";
export default defineConfig({
output: "server",
prefetch: true,
build: {
inlineStylesheets: "auto",
inlineStylesheets: "always",
},
integrations: [
vue(),
icon(),
partytown(),
yeskunallumami({
id: "c7e24af4-5f14-4881-9c25-85a97abda9f1",
hostUrl: "https://analytics.atri.dad",
withPartytown: true,
}),
],