Skip to content

Commit 3500bd2

Browse files
author
Agney
committed
correct public url
1 parent d715e9d commit 3500bd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"scripts": {
77
"start": "parcel index.html",
8-
"build": "parcel build index.html"
8+
"build": "parcel build index.html --public-url ./"
99
},
1010
"dependencies": {
1111
"react-app-polyfill": "^1.0.0"

example/src/Docs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const Docs = () => {
77
<code>
88
npm install @agney/react-loading
99
</code>
10-
<p>For more detailed docs, visit <a href="https://github.com/agneym/react-loading/settings">Github page</a></p>
10+
<p>For more detailed docs, visit <a href="https://github.com/agneym/react-loading">Github page</a></p>
1111
</>
1212
);
1313
}

0 commit comments

Comments
 (0)