mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-28 19:09:17 +08:00
15 lines
280 B
JavaScript
15 lines
280 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-4d76029c",
|
|
path: "/guide/theme.html",
|
|
component: Vuepress,
|
|
meta: { title: "Theme" },
|
|
},
|
|
{
|
|
path: "/guide/theme.md",
|
|
redirect: "/guide/theme.html",
|
|
},
|
|
]
|