fix: $dropFetch SSR and rate limiting

This commit is contained in:
DecDuck
2025-04-01 12:02:34 +11:00
parent f1c932b7d7
commit 1048653eef
3 changed files with 9 additions and 13 deletions
+1 -6
View File
@@ -28,12 +28,6 @@ export default defineNuxtConfig({
"/signout": { prerender: true },
"/api/**": { cors: true },
"/api/v1/client/object/*": {
security: {
rateLimiter: false,
},
},
},
nitro: {
@@ -80,5 +74,6 @@ export default defineNuxtConfig({
},
strictTransportSecurity: false,
},
rateLimiter: false
},
});