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