From 37bce41b283a15213041455b6ee849dd23d427a9 Mon Sep 17 00:00:00 2001 From: Mike Zamayias <29067825+mzamayias@users.noreply.github.com> Date: Tue, 18 Jan 2022 15:53:29 +0200 Subject: [PATCH] maybe now it's fixed? --- .firebaserc | 2 +- .github/workflows/firebase-hosting-merge.yml | 2 +- firebase.json | 6 ------ 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.firebaserc b/.firebaserc index 465d991..3b97099 100644 --- a/.firebaserc +++ b/.firebaserc @@ -1,5 +1,5 @@ { "projects": { - "default": "flutter-ecommerce-website-demo" + "default": "flutter-ecommerce-websit-76657" } } diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index b84c9d8..575fc51 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -24,5 +24,5 @@ jobs: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_FLUTTER_ECOMMERCE_WEBSITE_DEMO }} channelId: live - projectId: flutter-ecommerce-website-demo + projectId: flutter-ecommerce-websit-76657 diff --git a/firebase.json b/firebase.json index 6603732..0d25a77 100644 --- a/firebase.json +++ b/firebase.json @@ -5,12 +5,6 @@ "firebase.json", "**/.*", "**/node_modules/**" - ], - "rewrites": [ - { - "source": "**", - "destination": "/index.html" - } ] } }