docs: note SSR update

- 向head和sidebar添加SSR笔记入口
This commit is contained in:
ZiuChen
2023-02-15 21:53:37 +08:00
parent 6f5d00693e
commit 37be18c6f8
2 changed files with 85 additions and 2 deletions

View File

@@ -34,7 +34,8 @@ export default defineConfig({
{ text: 'JavaScript基础', link: '/note/JavaScript' },
{ text: 'CSS基础', link: '/note/CSS' },
{ text: 'JavaScript进阶', link: '/note/JavaScriptEnhanced' },
{ text: '前端工程化', link: '/note/Front-end Engineering' }
{ text: '前端工程化', link: '/note/Front-end Engineering' },
{ text: '服务端渲染', link: '/note/SSR' }
]
},
{
@@ -71,7 +72,8 @@ export default defineConfig({
{ text: 'JavaScript基础', link: '/note/JavaScript' },
{ text: 'CSS基础', link: '/note/CSS' },
{ text: 'JavaScript进阶', link: '/note/JavaScriptEnhanced' },
{ text: '前端工程化', link: '/note/Front-end Engineering' }
{ text: '前端工程化', link: '/note/Front-end Engineering' },
{ text: '服务端渲染', link: '/note/SSR' }
]
}
],