Skip to content

Commit bada861

Browse files
committed
Fix base path for GitHub Pages deployment at /website/
1 parent d92b05e commit bada861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import markdoc from '@astrojs/markdoc';
1010

1111
// https://astro.build/config
1212
export default defineConfig({
13-
site: 'https://zig-index.github.io',
14-
base: '/',
13+
site: 'https://zig-index.github.io/website',
14+
base: '/website/',
1515
output: 'static',
1616

1717
integrations: [

0 commit comments

Comments
 (0)