Skip to content

Commit

Permalink
fix deploy url in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kamicut committed Jun 6, 2024
1 parent 62c9338 commit 40afa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy": "vite build && surge dist https://osm-gradient.surge.sh",
"deploy": "vite build && surge dist gradient.osmcha.org",
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
Expand Down

0 comments on commit 40afa4c

Please sign in to comment.