Skip to content

Commit

Permalink
changing the root url
Browse files Browse the repository at this point in the history
  • Loading branch information
shaselton committed Dec 6, 2023
1 parent fa089e9 commit e867d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"format": "prettier --write **/*.{js,jsx,css} !dist",
"dev": "vite",
"start": "vite",
"build": "vite build --base=/hpt-validator-tool/",
"build": "vite build --base=/hpt-tool/",
"serve": "vite preview",
"deploy": "echo 'NOT IMPLEMENTED'",
"lint": "eslint \"./src/**/*.{js,jsx,ts}\"",
Expand Down

0 comments on commit e867d63

Please sign in to comment.