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

19 lines
342 B
JavaScript

import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
export default [
{
name: "v-47357bdb",
path: "/zh/guide/",
component: Vuepress,
meta: { title: "介绍" },
},
{
path: "/zh/guide/index.html",
redirect: "/zh/guide/",
},
{
path: "/zh/guide/README.md",
redirect: "/zh/guide/",
},
]