Skip to content

Commit

Permalink
🤖 ci: fix build path on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepg committed Apr 14, 2024
1 parent 89cf0fc commit 8ba6145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "vite build --base=/http-codes",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
Expand Down

0 comments on commit 8ba6145

Please sign in to comment.