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
91a91cb6a3
commit
491d72bd3c
7 changed files with 122 additions and 45 deletions
|
|
@ -48,10 +48,8 @@ export default defineConfig({
|
|||
output: 'server',
|
||||
adapter: node({ mode: 'standalone' }),
|
||||
redirects: {
|
||||
'/anim': { status: 307, destination: '/maintenance' },
|
||||
'/anim/[id]': { status: 307, destination: '/maintenance' },
|
||||
'/anim/list': { status: 307, destination: '/maintenance' },
|
||||
'/game': { status: 307, destination: '/maintenance' },
|
||||
'/game/[slug]': { status: 307, destination: '/maintenance' },
|
||||
'/game/list': { status: 307, destination: '/maintenance' },
|
||||
'/platform/list': { status: 307, destination: '/maintenance' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue