Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings committed Aug 28, 2024
1 parent 87d9fb7 commit 4526f9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"files": {
"main.js": "/todo_react_app/static/js/main.5d9884cc.js",
"index.html": "/todo_react_app/index.html",
"main.5d9884cc.js.map": "/todo_react_app/static/js/main.5d9884cc.js.map"
"main.js": "/example-react-todo/static/js/main.5d9884cc.js",
"index.html": "/example-react-todo/index.html",
"main.5d9884cc.js.map": "/example-react-todo/static/js/main.5d9884cc.js.map"
},
"entrypoints": [
"static/js/main.5d9884cc.js"
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/todo_react_app/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/todo_react_app/logo192.png"/><link rel="manifest" href="/todo_react_app/manifest.json"/><title>React App</title><script defer="defer" src="/todo_react_app/static/js/main.5d9884cc.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/example-react-todo/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/example-react-todo/logo192.png"/><link rel="manifest" href="/example-react-todo/manifest.json"/><title>React App</title><script defer="defer" src="/example-react-todo/static/js/main.5d9884cc.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

0 comments on commit 4526f9f

Please sign in to comment.