Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 9f382ec

Browse files
committed
build: use the index file
1 parent ceb3e80 commit 9f382ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This example contains documentation and example code for creating widgets using React.
44

5-
[View the demo](https://js-widgets.github.io/example-widget/)
5+
[View the demo](https://js-widgets.github.io/example-widget/index.html)
66

77
## Requirements
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"access": "public"
77
},
88
"version": "0.1.0",
9-
"homepage": "https://pages.github.com/js-widgets/example-widget",
9+
"homepage": "https://js-widgets.github.io/example-widget/index.html",
1010
"dependencies": {
1111
"@craco/craco": "^5.6.4",
1212
"@formatjs/cli": "^1.7.5",

0 commit comments

Comments
 (0)