From c75feab60c385d659e4cb12035c1ea23c99ef65d Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Tue, 7 Mar 2023 10:17:28 +0000 Subject: [PATCH] Add base URL --- astro.config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 16c7425..e747fc9 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -8,6 +8,7 @@ import react from "@astrojs/react"; // https://astro.build/config export default defineConfig({ - site: 'https://audacity.github.io/audacity-website/', + site: 'https://audacity.github.io', + base: '/audacity-website', integrations: [tailwind(), react()] }); \ No newline at end of file