mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
This commit is contained in:
parent
64c28f2727
commit
427f271375
2 changed files with 146 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ export default defineConfig({
|
|||
adapter: node({ mode: 'standalone' }),
|
||||
redirects: {
|
||||
'/en/[...params]': '/[...params]',
|
||||
'/game/[slug]': { status: 307, destination: '/maintenance' },
|
||||
'/platform/[id]': { status: 307, destination: '/maintenance' },
|
||||
'/profile': { status: 307, destination: '/maintenance' },
|
||||
'/profile/[username]': { status: 307, destination: '/maintenance' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue