mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Implement /platform/list
This commit is contained in:
parent
7dcd39f106
commit
8fd7f7dece
4 changed files with 58 additions and 2 deletions
|
|
@ -51,7 +51,6 @@ export default defineConfig({
|
|||
'/en/[...params]': '/[...params]',
|
||||
'/anim/[id]': { status: 307, destination: '/maintenance' },
|
||||
'/game/[slug]': { status: 307, destination: '/maintenance' },
|
||||
'/platform/list': { 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