2021-01-19 21:13:13 +08:00

19 lines
312 B
JavaScript

import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
export default [
{
name: "v-2d0ad528",
path: "/zh/",
component: Vuepress,
meta: { title: "首页" },
},
{
path: "/zh/index.html",
redirect: "/zh/",
},
{
path: "/zh/README.md",
redirect: "/zh/",
},
]