mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-20 04:58:37 +08:00
15 lines
296 B
JavaScript
15 lines
296 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-b249668c",
|
|
path: "/reference/config.html",
|
|
component: Vuepress,
|
|
meta: { title: "Config" },
|
|
},
|
|
{
|
|
path: "/reference/config.md",
|
|
redirect: "/reference/config.html",
|
|
},
|
|
]
|