mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-14 15:49:19 +08:00
15 lines
305 B
JavaScript
15 lines
305 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-65a9edeb",
|
|
path: "/zh/reference/config.html",
|
|
component: Vuepress,
|
|
meta: { title: "配置" },
|
|
},
|
|
{
|
|
path: "/zh/reference/config.md",
|
|
redirect: "/zh/reference/config.html",
|
|
},
|
|
]
|