Skip to content

Commit 11f3918

Browse files
committed
Remove base override from build
1 parent e28db4a commit 11f3918

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
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite -m dev --host 0.0.0.0",
8-
"build": "vite build -m prod --base=/",
8+
"build": "vite build -m prod",
99
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
1010
"preview": "vite preview"
1111
},

0 commit comments

Comments
 (0)