Skip to content

Commit 760c7d3

Browse files
committed
fix: broken internal links — add trailing slash to base path
1 parent 9c36cd6 commit 760c7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import { defineConfig } from 'astro/config';
33

44
export default defineConfig({
55
site: 'https://agent-sh.github.io',
6-
base: '/agent-sh.dev',
6+
base: '/agent-sh.dev/',
77
});

0 commit comments

Comments
 (0)