Skip to content

Commit

Permalink
update base url
Browse files Browse the repository at this point in the history
  • Loading branch information
meetesh06 committed Oct 4, 2023
1 parent 735f9cb commit f14f66b
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 19 deletions.
18 changes: 9 additions & 9 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"files": {
"main.css": "/static/css/main.205a4744.css",
"main.js": "/static/js/main.be632858.js",
"static/js/787.fb6cc23d.chunk.js": "/static/js/787.fb6cc23d.chunk.js",
"static/media/logo.svg": "/static/media/logo.6ce24c58023cc2f8fd88fe9d219db6c6.svg",
"index.html": "/index.html",
"main.205a4744.css.map": "/static/css/main.205a4744.css.map",
"main.be632858.js.map": "/static/js/main.be632858.js.map",
"787.fb6cc23d.chunk.js.map": "/static/js/787.fb6cc23d.chunk.js.map"
"main.css": "./CS683-ChampSimPrefetcherViz/static/css/main.205a4744.css",
"main.js": "./CS683-ChampSimPrefetcherViz/static/js/main.dce1afee.js",
"static/js/787.fb6cc23d.chunk.js": "./CS683-ChampSimPrefetcherViz/static/js/787.fb6cc23d.chunk.js",
"static/media/logo.svg": "./CS683-ChampSimPrefetcherViz/static/media/logo.6ce24c58023cc2f8fd88fe9d219db6c6.svg",
"index.html": "./CS683-ChampSimPrefetcherViz/index.html",
"main.205a4744.css.map": "./CS683-ChampSimPrefetcherViz/static/css/main.205a4744.css.map",
"main.dce1afee.js.map": "./CS683-ChampSimPrefetcherViz/static/js/main.dce1afee.js.map",
"787.fb6cc23d.chunk.js.map": "./CS683-ChampSimPrefetcherViz/static/js/787.fb6cc23d.chunk.js.map"
},
"entrypoints": [
"static/css/main.205a4744.css",
"static/js/main.be632858.js"
"static/js/main.dce1afee.js"
]
}
2 changes: 1 addition & 1 deletion build/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="CS683-ChampSimPrefetcherViz//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="CS683-ChampSimPrefetcherViz//logo192.png"/><link rel="manifest" href="CS683-ChampSimPrefetcherViz//manifest.json"/><title>Meam viz</title><script defer="defer" src="/static/js/main.be632858.js"></script><link href="/static/css/main.205a4744.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"/><link rel="icon" href="./CS683-ChampSimPrefetcherViz/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="./CS683-ChampSimPrefetcherViz/logo192.png"/><link rel="manifest" href="./CS683-ChampSimPrefetcherViz/manifest.json"/><title>Meam viz</title><script defer="defer" src="./CS683-ChampSimPrefetcherViz/static/js/main.dce1afee.js"></script><link href="./CS683-ChampSimPrefetcherViz/static/css/main.205a4744.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1 change: 0 additions & 1 deletion build/static/js/main.be632858.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/js/main.dce1afee.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"homepage": "./CS683-ChampSimPrefetcherViz/",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="CS683-ChampSimPrefetcherViz/%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/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="CS683-ChampSimPrefetcherViz/%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="CS683-ChampSimPrefetcherViz/%PUBLIC_URL%/manifest.json" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of CS683-ChampSimPrefetcherViz/%PUBLIC_URL% in the tags above.
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "CS683-ChampSimPrefetcherViz/%PUBLIC_URL%/favicon.ico" will
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
Expand Down

0 comments on commit f14f66b

Please sign in to comment.