Skip to content

Commit 4626c8a

Browse files
committed
edit vite config to try to fix deployment.
1 parent 7807ad5 commit 4626c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default {
2-
base: "",
2+
build: { sourcemap: true },
33
};

0 commit comments

Comments
 (0)