diff --git a/nuxt.config.ts b/nuxt.config.ts index bd9f406..4aad488 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -24,7 +24,6 @@ export default defineNuxtConfig({ }, routeRules: { - "/auth/**": { prerender: true }, "/api/**": { cors: true }, },