Skip to content

Commit

Permalink
feat: added base to astro config
Browse files Browse the repository at this point in the history
  • Loading branch information
JCU25 committed Aug 14, 2024
1 parent f3ec03b commit fad7bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({
site: 'https://jcu25.github.io',
base: "/jcu25.github.io"
});

0 comments on commit fad7bd1

Please sign in to comment.