Skip to content

Commit

Permalink
correct public url
Browse files Browse the repository at this point in the history
  • Loading branch information
Agney committed Oct 4, 2020
1 parent d715e9d commit 3500bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
"build": "parcel build index.html --public-url ./"
},
"dependencies": {
"react-app-polyfill": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion example/src/Docs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Docs = () => {
<code>
npm install @agney/react-loading
</code>
<p>For more detailed docs, visit <a href="https://github.com/agneym/react-loading/settings">Github page</a></p>
<p>For more detailed docs, visit <a href="https://github.com/agneym/react-loading">Github page</a></p>
</>
);
}
Expand Down

0 comments on commit 3500bd2

Please sign in to comment.