mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
15 lines
299 B
JavaScript
15 lines
299 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-029ba47b",
|
|
path: "/zh/guide/assets.html",
|
|
component: Vuepress,
|
|
meta: { title: "静态资源" },
|
|
},
|
|
{
|
|
path: "/zh/guide/assets.md",
|
|
redirect: "/zh/guide/assets.html",
|
|
},
|
|
]
|