Skip to content

Commit 3b8fe49

Browse files
authored
docs: add ssr page to navigation (#2011)
1 parent 5fb93ae commit 3b8fe49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ export default defineConfig({
9191
{
9292
text: 'Stubs and Shallow Mount',
9393
link: '/guide/advanced/stubs-shallow-mount'
94-
}
94+
},
95+
{ text: 'Testing Server-side Rendering', link: '/guide/advanced/ssr' }
9596
]
9697
},
9798
{

0 commit comments

Comments
 (0)