There was an error while loading. Please reload this page.
1 parent 6410213 commit b32fa09Copy full SHA for b32fa09
docs/.vitepress/config.ts
@@ -280,7 +280,10 @@ function sidebarApi(): SidebarGroup {
280
text: 'API Reference',
281
items: [
282
{ text: 'Package List', link: '/api/' },
283
- { text: 'nuxt-vuefire', link: '/api/modules/nuxt_vuefire.html' },
+ {
284
+ text: 'nuxt-vuefire',
285
+ link: '/api/modules/packages_nuxt_src_module.html',
286
+ },
287
{ text: 'vuefire', link: '/api/modules/vuefire.html' },
288
],
289
}
0 commit comments