We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d715e9d commit 3500bd2Copy full SHA for 3500bd2
example/package.json
@@ -5,7 +5,7 @@
5
"license": "MIT",
6
"scripts": {
7
"start": "parcel index.html",
8
- "build": "parcel build index.html"
+ "build": "parcel build index.html --public-url ./"
9
},
10
"dependencies": {
11
"react-app-polyfill": "^1.0.0"
example/src/Docs.tsx
@@ -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>
</>
12
);
13
}
0 commit comments