Skip to content

Commit

Permalink
update vite build to include base gh-pages path
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbryant authored Mar 7, 2024
1 parent feee4d9 commit d11d929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prestart": "dotnet fable clean --yes && npm install",
"start": "dotnet fable watch -s -o ./output --run npx vite",
"prebuild": "dotnet fable clean --yes && npm install",
"build": "dotnet fable -s -o ./output --run npx vite build"
"build": "dotnet fable -s -o ./output --run npx vite build --base '/Feliz-ReactSpeedometer/'"
},
"dependencies": {
"bulma": "^0.9.1",
Expand Down

0 comments on commit d11d929

Please sign in to comment.