From 0f04d5374d2d9a2a93cff4b9937d503fb3209206 Mon Sep 17 00:00:00 2001 From: Jarvis Prime Date: Mon, 23 Mar 2026 18:24:27 +0000 Subject: [PATCH] Fix Tailwind CDN: add is:inline to prevent Astro module bundling --- src/layouts/Base.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 7275734..7afeaf9 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -18,7 +18,8 @@ const currentPath = Astro.url.pathname; {title} - + -