9 lines
126 B
JavaScript

import { redirectPlugin } from '@vuepress/plugin-redirect'
export default [
redirectPlugin({
autoLocale: true,
})
]