Skip to content

Commit

Permalink
fix(base): fix to base for netlify deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Whorlow committed Jan 5, 2024
1 parent 0568c38 commit 7693f1b
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,6 +3,6 @@ import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({
site: 'https://harry-whorlow.github.io',
base: '/portfolio',
base: '/',
server: { port: 1234, host: true },
});

0 comments on commit 7693f1b

Please sign in to comment.