Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
imparassharma committed Aug 22, 2023
1 parent 3bce158 commit 8277d08
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"files": {
"main.js": "/bollywordle/static/js/main.dcf8c2e9.js",
"static/media/warning.png": "/bollywordle/static/media/warning.48d92c3db392eda919db.png",
"index.html": "/bollywordle/index.html",
"main.dcf8c2e9.js.map": "/bollywordle/static/js/main.dcf8c2e9.js.map"
"main.js": "/static/js/main.631f044b.js",
"static/media/warning.png": "/static/media/warning.48d92c3db392eda919db.png",
"index.html": "/index.html",
"main.631f044b.js.map": "/static/js/main.631f044b.js.map"
},
"entrypoints": [
"static/js/main.dcf8c2e9.js"
"static/js/main.631f044b.js"
]
}
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"><title>Bollywordle</title><link rel="stylesheet" href="style.css"><meta name="viewport" content="width=device-width,initial-scale=1"><script src="https://kit.fontawesome.com/124816636a.js" crossorigin="anonymous"></script><script src="../src/index.js" type="text/jsx" defer="defer"></script><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><script defer="defer" src="/bollywordle/static/js/main.dcf8c2e9.js"></script></head><body><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Bollywordle</title><link rel="stylesheet" href="style.css"><meta name="viewport" content="width=device-width,initial-scale=1"><script src="https://kit.fontawesome.com/124816636a.js" crossorigin="anonymous"></script><script src="../src/index.js" type="text/jsx" defer="defer"></script><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><script defer="defer" src="/static/js/main.631f044b.js"></script></head><body><div id="root"></div></body></html>
6 changes: 3 additions & 3 deletions static/js/main.dcf8c2e9.js → static/js/main.631f044b.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions static/js/main.631f044b.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/js/main.dcf8c2e9.js.map

This file was deleted.

0 comments on commit 8277d08

Please sign in to comment.