diff --git a/firebase.json b/firebase.json index d3a681a..9711059 100644 --- a/firebase.json +++ b/firebase.json @@ -25,7 +25,7 @@ }, { "source": "**", - "destination": "/index.html" + "destination": "/404.html" } ] } diff --git a/public/index.html b/public/index.html index aa069f2..826710a 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - React App + Metroll diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..1de6a1d 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Metroll", + "name": "Metroll - Keep Rolling", "icons": [ { "src": "favicon.ico",