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

15 lines
276 B
JavaScript

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