7 lines
123 B
JavaScript

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