We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8110c18 commit a1cc6b4Copy full SHA for a1cc6b4
playground/nuxt.config.ts
@@ -34,5 +34,7 @@ export default defineNuxtConfig({
34
'/two-factor/otp': { auth: false },
35
},
36
37
+ nitro: { alias: { '@react-email/render': 'unenv/runtime/mock/empty' } },
38
+
39
compatibilityDate: '2025-01-01',
40
})
0 commit comments