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

15 lines
280 B
JavaScript

import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
export default [
{
name: "v-4d76029c",
path: "/guide/theme.html",
component: Vuepress,
meta: { title: "Theme" },
},
{
path: "/guide/theme.md",
redirect: "/guide/theme.html",
},
]