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