Skip to content

Commit a47578e

Browse files
committed
config.mts: fix formatting
1 parent 07207c1 commit a47578e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ export default defineConfig({
2424
{
2525
text: 'Main',
2626
items: [
27-
{ text: 'Troubleshooting Guide', link: '/troubleshooting' },
28-
]
27+
{ text: 'Troubleshooting Guide', link: '/troubleshooting' }
28+
],
2929
text: 'Examples',
3030
items: [
3131
{ text: 'Markdown Examples', link: '/markdown-examples' },

0 commit comments

Comments
 (0)