Skip to content

Commit

Permalink
docs: fix wrong route
Browse files Browse the repository at this point in the history
  • Loading branch information
airscripts committed Oct 16, 2023
1 parent 8baf3c8 commit e8587c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default defineConfig({
items: [
{ text: 'Getting Started', link: '/getting-started' },
{ text: 'Installation', link: '/installation' },
{ text: 'Hello World', link: '/hello-world' }
{ text: 'Hello Toilet', link: '/hello-toilet' }
]
}
],
Expand Down

0 comments on commit e8587c1

Please sign in to comment.