Skip to content

Commit

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

0 comments on commit d88051f

Please sign in to comment.