Skip to content

Commit 63c228d

Browse files
committed
fix: remove base path from build command line
1 parent bc6dff7 commit 63c228d

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",
8-
"build": "tsc -b && vite build --base=/openwebcad/",
8+
"build": "tsc -b && vite build",
99
"lint": "biome lint --write",
1010
"lint-check": "biome lint",
1111
"preview": "vite preview",

0 commit comments

Comments
 (0)