Skip to content

Commit bbbdc40

Browse files
committed
fixing config base
1 parent f9ec120 commit bbbdc40

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/', // Adjust if your repository is not using a custom domain
5+
base: '/MALAPA-Collab.github.io/', // Adjust if your repository is not using a custom domain
66
});

0 commit comments

Comments
 (0)