Skip to content

Commit ab37f70

Browse files
author
Arckie Jadulco
committed
fix: correct unenv empty module path for @react-email/render alias
1 parent 2b90b0e commit ab37f70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default defineNuxtConfig({
9393
nitro: {
9494
preset: 'cloudflare-pages',
9595
alias: {
96-
'@react-email/render': 'unenv/runtime/mock/empty',
96+
'@react-email/render': 'unenv/dist/runtime/mock/empty',
9797
},
9898
},
9999

0 commit comments

Comments
 (0)