From 7aca758ba32d142f41fc39814818ac8dc427aa28 Mon Sep 17 00:00:00 2001 From: cawcenter Date: Sun, 14 Dec 2025 22:35:36 -0500 Subject: [PATCH] fix: remove Tailwind CDN (CORS issue), use built-in Tailwind --- astro.config.mjs | 2 +- src/pages/index.astro | 20 +------------ src/styles/global.css | 68 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 20 deletions(-) create mode 100644 src/styles/global.css diff --git a/astro.config.mjs b/astro.config.mjs index ec63791..237523f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -12,7 +12,7 @@ export default defineConfig({ integrations: [ react(), tailwind({ - applyBaseStyles: false, + applyBaseStyles: true, }), ], vite: { diff --git a/src/pages/index.astro b/src/pages/index.astro index 9872673..619d0b9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -16,26 +16,8 @@ export const prerender = false; - 🔱 🔱 Valhalla - Spark God Mode + 🔱 Valhalla - Spark God Mode - -