Skip to content

Commit a6c86f5

Browse files
committed
Set base to root for GitHub Pages
1 parent bbbdc40 commit a6c86f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import { defineConfig } from 'astro/config';
22

33
export default defineConfig({
44
output: 'static',
5-
base: '/MALAPA-Collab.github.io/', // Adjust if your repository is not using a custom domain
5+
base: '/', // root — because it's an org/user GitHub Pages site
66
});

0 commit comments

Comments
 (0)