diff --git a/.gitignore b/.gitignore index 38adffa6..b0019206 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,7 @@ coverage *.njsproj *.sln *.sw? + +# Firebase +.firebaserc +.firebase/ \ No newline at end of file diff --git a/firebase.json b/firebase.json new file mode 100644 index 00000000..2c33c295 --- /dev/null +++ b/firebase.json @@ -0,0 +1,16 @@ +{ + "hosting": { + "public": "dist", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ], + "rewrites": [ + { + "source": "**", + "destination": "/index.html" + } + ] + } +} diff --git a/index.html b/index.html index 3c0f8366..f5c5bfff 100644 --- a/index.html +++ b/index.html @@ -10,11 +10,6 @@ href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;700&display=swap" rel="stylesheet" /> - - Travel10 App