Implement animation pages

This commit is contained in:
Jorge Vargas 2025-04-27 22:23:48 -06:00
parent 676324fcd8
commit 64c28f2727
5 changed files with 134 additions and 12 deletions

View file

@ -49,7 +49,6 @@ export default defineConfig({
adapter: node({ mode: 'standalone' }),
redirects: {
'/en/[...params]': '/[...params]',
'/anim/[id]': { status: 307, destination: '/maintenance' },
'/game/[slug]': { status: 307, destination: '/maintenance' },
'/platform/[id]': { status: 307, destination: '/maintenance' },
'/profile': { status: 307, destination: '/maintenance' },