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