Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dikhtenkott committed Feb 23, 2024
1 parent cf8ec8e commit 0cf0c73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"files": {
"main.css": "/static/css/main.ad2a8e0a.css",
"main.js": "/static/js/main.a817f7c5.js",
"index.html": "/index.html",
"main.ad2a8e0a.css.map": "/static/css/main.ad2a8e0a.css.map",
"main.a817f7c5.js.map": "/static/js/main.a817f7c5.js.map"
"main.css": "./static/css/main.ad2a8e0a.css",
"main.js": "./static/js/main.a817f7c5.js",
"index.html": "./index.html",
"main.ad2a8e0a.css.map": "./static/css/main.ad2a8e0a.css.map",
"main.a817f7c5.js.map": "./static/js/main.a817f7c5.js.map"
},
"entrypoints": [
"static/css/main.ad2a8e0a.css",
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"/><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"/><title>ChatGPT</title><script defer="defer" src="/static/js/main.a817f7c5.js"></script><link href="/static/css/main.ad2a8e0a.css" rel="stylesheet"></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"/><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"/><title>ChatGPT</title><script defer="defer" src="./static/js/main.a817f7c5.js"></script><link href="./static/css/main.ad2a8e0a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

0 comments on commit 0cf0c73

Please sign in to comment.