Skip to content

Commit 57a6bd1

Browse files
authored
docs: fix Auth.js link (#755)
1 parent fc9f8a1 commit 57a6bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ export const sidebarsExamples = (): DefaultTheme.SidebarItem[] => [
345345
},
346346
{
347347
text: 'Auth.js',
348-
link: '/examples/hono-authjs.md',
348+
link: '/examples/hono-authjs',
349349
},
350350
],
351351
},

0 commit comments

Comments
 (0)