mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 03:38:11 -05:00
Add base URL
This commit is contained in:
@@ -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()]
|
||||
});
|
||||
Reference in New Issue
Block a user