We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e717fb0 commit 2ade731Copy full SHA for 2ade731
astro.config.mjs
@@ -4,6 +4,8 @@ import starlight from '@astrojs/starlight';
4
5
// https://astro.build/config
6
export default defineConfig({
7
+ site: 'https://ferrumc-rs.github.io',
8
+ base: 'docs',
9
integrations: [
10
starlight({
11
title: 'FerrumC Docs',
0 commit comments