mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-26 11:38:15 +08:00
9 lines
263 B
TypeScript
9 lines
263 B
TypeScript
import { defineNavbarConfig } from 'vuepress-theme-plume'
|
|
|
|
export const navbar = defineNavbarConfig([
|
|
{ text: '首页', link: '/' },
|
|
{ text: '博客', link: '/blog/' },
|
|
{ text: '404', link: '/404/' },
|
|
{ text: '笔记', link: '/notes/demo/README.md' },
|
|
])
|