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