From 5610b04073291ae70241e783a7031e10eee948c6 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 2 Jun 2025 18:32:18 -0700 Subject: [PATCH] Netlify woes --- cockpit-iq/src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockpit-iq/src/layouts/Layout.astro b/cockpit-iq/src/layouts/Layout.astro index 919f86e..a5b9473 100644 --- a/cockpit-iq/src/layouts/Layout.astro +++ b/cockpit-iq/src/layouts/Layout.astro @@ -1,5 +1,5 @@ --- -import "./src/styles/global.css"; +import "/src/styles/global.css"; ---