From 94c111b6a25b1269f0547892c7f514e33f2a98df Mon Sep 17 00:00:00 2001 From: John Durance Date: Tue, 18 Jun 2024 22:25:34 +0100 Subject: [PATCH] #21: Update astro config --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 9ab7bb5..878e44c 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -9,5 +9,5 @@ export default defineConfig({ applyBaseStyles: false, }), ], - base: process.env.BASE_URL ? process.env.BASE_URL : "/", + base: import.meta.env.DEV ? "/" : "Whyuluvfootball", });