Skip to content

Commit bffa418

Browse files
committed
fix: update Vite dev and build scripts to use GitHub Pages configuration
1 parent 0b4dee3 commit bffa418

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
@@ -29,7 +29,7 @@
2929
"type": "module",
3030
"main": "index.js",
3131
"scripts": {
32-
"dev": "vite",
32+
"dev": "vite --config=ghpages.config.js",
3333
"build": "vite build --config=ghpages.config.js",
3434
"test": "echo \"Error: no test specified\" && exit 1"
3535
},

0 commit comments

Comments
 (0)