Skip to content

Commit

Permalink
Fix navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
TathanDev committed Dec 2, 2024
1 parent 843c2b7 commit 75316c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'Documention', link: '/custom-planets' },
{ text: 'Documention', link: '/docs/custom-planets' },
{ text: 'Wiki', link: '/wiki/installation' },
{ text: 'Team', link: '/team' }

Expand Down

0 comments on commit 75316c8

Please sign in to comment.