Skip to content

Commit 1c9ce7e

Browse files
committed
Added base path in vite build
1 parent c29e95b commit 1c9ce7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"scripts": {
55
"dev": "vite",
6-
"build": "tsc && vite build",
6+
"build": "tsc && vite build --base=/infix-to-postfix/",
77
"preview": "vite preview",
88
"deploy": "gh-pages -d dist"
99
},

0 commit comments

Comments
 (0)