Skip to content

Commit 5f82934

Browse files
committed
docs: nuxt data loaders
1 parent 1fa897f commit 5f82934

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vitepress/config.ts

+4
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@ function sidebarDataLoaders(): SidebarGroup {
220220
text: 'Cancelling a load',
221221
link: '/data-loaders/load-cancellation',
222222
},
223+
{
224+
text: 'Nuxt',
225+
link: '/data-loaders/nuxt',
226+
},
223227
{
224228
text: 'SSR',
225229
link: '/data-loaders/ssr',

0 commit comments

Comments
 (0)