Skip to content

Commit

Permalink
react base url
Browse files Browse the repository at this point in the history
  • Loading branch information
gsagag committed Jul 17, 2024
1 parent 72d995b commit fb5ef24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions OEDS_explorer/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="/metadata/">

<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
Expand All @@ -25,6 +27,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>

</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions OEDS_explorer/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "OEDS Explorer",
"name": "OEDS Metadata & REST API Explorer",
"icons": [
{
"src": "favicon.ico",
Expand Down

0 comments on commit fb5ef24

Please sign in to comment.