Skip to content

Commit 4fbcee3

Browse files
authored
fix: vercel 오류 수정
1 parent f0ab3f1 commit 4fbcee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"alias": {
2323
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling",
24-
"react/jsx-runtime": "./node_modules/react/jsx-runtime.js"
24+
"react/jsx-runtime": "../node_modules/react/jsx-runtime.js"
2525
},
2626
"devDependencies": {
2727
"@babel/core": "^7.29.0",

0 commit comments

Comments
 (0)