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