mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Implement studio pages
This commit is contained in:
parent
9541b0745a
commit
f4aec30b8f
3 changed files with 60 additions and 3 deletions
|
|
@ -51,7 +51,6 @@ export default defineConfig({
|
|||
'/en/[...params]': '/[...params]',
|
||||
'/profile': { status: 307, destination: '/maintenance' },
|
||||
'/profile/[username]': { status: 307, destination: '/maintenance' },
|
||||
'/studio/[slug]': { status: 307, destination: '/maintenance' },
|
||||
'/request': { status: 307, destination: '/maintenance' }
|
||||
},
|
||||
security: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue