mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-19 03:19:17 +08:00
19 lines
295 B
JavaScript
19 lines
295 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-8daa1a0e",
|
|
path: "/",
|
|
component: Vuepress,
|
|
meta: { title: "Home" },
|
|
},
|
|
{
|
|
path: "/index.html",
|
|
redirect: "/",
|
|
},
|
|
{
|
|
path: "/README.md",
|
|
redirect: "/",
|
|
},
|
|
]
|