Implement games page
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
Jorge Vargas 2025-04-28 11:55:15 -06:00
parent 64c28f2727
commit 427f271375
2 changed files with 146 additions and 1 deletions

View file

@ -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' },