mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-07 11:02:35 +08:00
15 lines
312 B
JavaScript
15 lines
312 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-cf5a290e",
|
|
path: "/reference/bundler/vite.html",
|
|
component: Vuepress,
|
|
meta: { title: "Vite" },
|
|
},
|
|
{
|
|
path: "/reference/bundler/vite.md",
|
|
redirect: "/reference/bundler/vite.html",
|
|
},
|
|
]
|