mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Redirect permanently /en/ routes to /
This commit is contained in:
parent
de79ddd152
commit
1be10f3406
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ export default defineConfig({
|
|||
output: 'server',
|
||||
adapter: node({ mode: 'standalone' }),
|
||||
redirects: {
|
||||
'/en/[...params]': '/[...params]',
|
||||
'/anim/[id]': { status: 307, destination: '/maintenance' },
|
||||
'/anim/list': { status: 307, destination: '/maintenance' },
|
||||
'/game/[slug]': { status: 307, destination: '/maintenance' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue