mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
fix: auth prerender
This commit is contained in:
@ -24,9 +24,7 @@ export default defineNuxtConfig({
|
||||
},
|
||||
|
||||
routeRules: {
|
||||
"/auth/signin": { prerender: true },
|
||||
"/signout": { prerender: true },
|
||||
|
||||
"/auth/**": { prerender: true },
|
||||
"/api/**": { cors: true },
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user