We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bac92 commit edb3058Copy full SHA for edb3058
docs/astro.config.mjs
@@ -4,7 +4,8 @@ import starlight from '@astrojs/starlight';
4
5
// https://astro.build/config
6
export default defineConfig({
7
- site: 'https://uworbital.github.io/OBC-firmware',
+ site: 'https://uworbital.github.io',
8
+ base: 'OBC-firmware'
9
integrations: [
10
starlight({
11
title: 'UW Orbital',
0 commit comments