Skip to content

Commit

Permalink
Add "homepage" key to package.json
Browse files Browse the repository at this point in the history
Setting the "homepage" key to package.json let the create-react-app uses
the value as the application's root URI. By setting a URI which contains
a subdirectory in it will make URIs for static resources will be ones
relative to that subdirectory.
  • Loading branch information
sgryjp committed Jan 3, 2020
1 parent 317777b commit 3dfee39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -2,6 +2,7 @@
"name": "ex-antd-app",
"version": "0.1.0",
"private": true,
"homepage": "https://sgryjp.github.com/ex-antd-app",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
Expand Down

0 comments on commit 3dfee39

Please sign in to comment.