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

15 lines
284 B
JavaScript

import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
export default [
{
name: "v-1d14d5cc",
path: "/guide/plugin.html",
component: Vuepress,
meta: { title: "Plugin" },
},
{
path: "/guide/plugin.md",
redirect: "/guide/plugin.html",
},
]