Skip to content

Commit

Permalink
Set base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
crummy committed Dec 12, 2024
1 parent af9d314 commit 8045109
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({});
export default defineConfig({
site: 'https://www.malcolmcrum.com/',
base: 'ppegjs-demo'
});

0 comments on commit 8045109

Please sign in to comment.