Implement /series/list
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
Jorge Vargas 2025-04-27 11:24:48 -06:00
parent 88408eab33
commit 26c5fd2b03
6 changed files with 95 additions and 4 deletions

View file

@ -56,7 +56,6 @@ export default defineConfig({
'/profile': { status: 307, destination: '/maintenance' },
'/profile/[username]': { status: 307, destination: '/maintenance' },
'/series/[slug]': { status: 307, destination: '/maintenance' },
'/series/list': { status: 307, destination: '/maintenance' },
'/studio/[slug]': { status: 307, destination: '/maintenance' },
'/studio/list': { status: 307, destination: '/maintenance' },
'/request': { status: 307, destination: '/maintenance' }