We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d20b01 commit d8c318bCopy full SHA for d8c318b
astro.config.mjs
@@ -17,9 +17,9 @@ export default defineConfig({
17
},
18
],
19
sidebar: [
20
- { label: 'Core Philosophy', link: 'core-philosophy' },
21
- { label: 'Local Setup', link: 'local-setup' },
22
- { label: 'Deployment', link: 'deployment' },
+ { label: 'Core Philosophy', link: '/core-philosophy' },
+ { label: 'Local Setup', link: '/local-setup' },
+ { label: 'Deployment', link: '/deployment' },
23
{
24
label: 'API Server',
25
collapsed: true,
0 commit comments