From 6c7730e852854839a05f8380196a312d07ffa01d Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 18 Sep 2025 18:13:56 -0400 Subject: CSS tweaks; ThreeJS stuff; Moved feat. projects --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 04536c5..491ac54 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,7 +7,7 @@ import svelte from "@astrojs/svelte"; // https://astro.build/config export default defineConfig({ site: 'https://alee14.me', - integrations: [icon(), svelte(), react()], + integrations: [icon(), react(), svelte()], output: "server", adapter: vercel({ webAnalytics: { -- cgit v1.2.3