Skip to content

Commit

Permalink
meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
NishilJ committed Oct 30, 2024
1 parent a7a5173 commit 6a64bc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
{
"source": "**",
"destination": "/index.html"
"destination": "/404.html"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="Keep rolling with Metroll. Get real-time schedules, route updates, and trip planning for DART transit in Dallas."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
Expand All @@ -24,7 +24,7 @@
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`.
-->
<title>React App</title>
<title>Metroll</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions 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": "Metroll",
"name": "Metroll - Keep Rolling",
"icons": [
{
"src": "favicon.ico",
Expand Down

0 comments on commit 6a64bc3

Please sign in to comment.