mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
9 lines
126 B
JavaScript
9 lines
126 B
JavaScript
import { redirectPlugin } from '@vuepress/plugin-redirect'
|
|
|
|
|
|
export default [
|
|
redirectPlugin({
|
|
autoLocale: true,
|
|
})
|
|
]
|