mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Create Album endpoint
This commit is contained in:
parent
c3fca425cb
commit
967a6d1587
15 changed files with 388 additions and 85 deletions
|
|
@ -20,7 +20,8 @@ export default defineConfig({
|
|||
access: 'public',
|
||||
optional: true,
|
||||
default: 'http://localhost:4321'
|
||||
})
|
||||
}),
|
||||
WEBHOOK_URL: envField.string({ context: 'server', access: 'secret' })
|
||||
},
|
||||
validateSecrets: true
|
||||
},
|
||||
|
|
@ -44,7 +45,6 @@ export default defineConfig({
|
|||
adapter: node({ mode: 'standalone' }),
|
||||
redirects: {
|
||||
'/album/list': { status: 307, destination: '/maintenance' },
|
||||
// '/last-added': { status: 307, destination: '/maintenance' },
|
||||
'/anim': { status: 307, destination: '/maintenance' },
|
||||
'/anim/[id]': { status: 307, destination: '/maintenance' },
|
||||
'/anim/list': { status: 307, destination: '/maintenance' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue