Skip to content

Commit f7df412

Browse files
committed
Fix #1585 by updating sidebar link
1 parent 6410213 commit f7df412

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: docs/.vitepress/config.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,10 @@ function sidebarApi(): SidebarGroup {
280280
text: 'API Reference',
281281
items: [
282282
{ text: 'Package List', link: '/api/' },
283-
{ text: 'nuxt-vuefire', link: '/api/modules/nuxt_vuefire.html' },
283+
{
284+
text: 'nuxt-vuefire',
285+
link: '/api/modules/packages_nuxt_src_module.html',
286+
},
284287
{ text: 'vuefire', link: '/api/modules/vuefire.html' },
285288
],
286289
}

0 commit comments

Comments
 (0)