mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-29 03:19:19 +08:00
15 lines
314 B
JavaScript
15 lines
314 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-81f65e84",
|
|
path: "/zh/guide/configuration.html",
|
|
component: Vuepress,
|
|
meta: { title: "配置" },
|
|
},
|
|
{
|
|
path: "/zh/guide/configuration.md",
|
|
redirect: "/zh/guide/configuration.html",
|
|
},
|
|
]
|