Skip to content

Commit 35b4338

Browse files
Switch to full url on deploy
1 parent 31c2e88 commit 35b4338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"dev": "vite",
1010
"build": "tsc -b && vite build",
11-
"build-pages": "tsc -b && vite build --base=/ysyx-chip-area-visualizer/",
11+
"build-pages": "tsc -b && vite build --base=https://csmantle.top/ysyx-chip-area-visualizer/",
1212
"lint": "eslint .",
1313
"preview": "vite preview"
1414
},

0 commit comments

Comments
 (0)