Skip to content

Commit 2ade731

Browse files
authored
Fix 404s while on default gh pages url
1 parent e717fb0 commit 2ade731

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

astro.config.mjs

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import starlight from '@astrojs/starlight';
44

55
// https://astro.build/config
66
export default defineConfig({
7+
site: 'https://ferrumc-rs.github.io',
8+
base: 'docs',
79
integrations: [
810
starlight({
911
title: 'FerrumC Docs',

0 commit comments

Comments
 (0)