Moved to keeping the SVGs in repo
Some checks failed
Docker Deploy / build-and-push (push) Failing after 3m7s

This commit is contained in:
2026-02-12 13:15:34 -07:00
parent b15dce4cd4
commit 62dcec8202
13 changed files with 324 additions and 793 deletions

View File

@@ -3,8 +3,6 @@ import { defineConfig } from "astro/config";
import vue from "@astrojs/vue";
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";
@@ -17,12 +15,10 @@ export default defineConfig({
},
integrations: [
vue(),
icon(),
partytown(),
yeskunallumami({
id: "c7e24af4-5f14-4881-9c25-85a97abda9f1",
hostUrl: "https://analytics.atri.dad",
withPartytown: true,
partytown({
config: {
forward: ["umami.track"],
},
}),
],