Skip to content

Commit

Permalink
Fix static path when build the project (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
huytd committed Nov 4, 2019
1 parent 372bb97 commit 9248d75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "BSD-3-Clause",
"scripts": {
"dev": "parcel ./src/index.html",
"dist": "parcel build ./src/index.html"
"dist": "parcel build ./src/index.html --public-url ./"
},
"dependencies": {
"@types/react-dom": "^16.9.1",
Expand Down

0 comments on commit 9248d75

Please sign in to comment.