We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbdc40 commit a6c86f5Copy full SHA for a6c86f5
1 file changed
astro.config.mjs
@@ -2,5 +2,5 @@ import { defineConfig } from 'astro/config';
2
3
export default defineConfig({
4
output: 'static',
5
- base: '/MALAPA-Collab.github.io/', // Adjust if your repository is not using a custom domain
+ base: '/', // root — because it's an org/user GitHub Pages site
6
});
0 commit comments