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

19 lines
333 B
JavaScript

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