Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
WolffM committed Aug 13, 2023
1 parent 59053a0 commit d72412a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.4"
},
"homepage": ".",
"homepage": "http://WolffM.github.io/webcomicreact",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function App() {
let index = 1;

while (mounted) {
const imagePath = `/assets/${index}.png`;
const imagePath = `./assets/${index}.png`;

try {
const response = await fetch(imagePath);
Expand Down

0 comments on commit d72412a

Please sign in to comment.