From 623c4a5af3284f4dbe9c876a567ea738a8cd04cc Mon Sep 17 00:00:00 2001 From: Heather Yu <35639529+hetd54@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:12:11 -0400 Subject: [PATCH] fix: remove experimental webframework feature --- firebase.json | 7 ++-- public/index.html | 89 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+), 5 deletions(-) create mode 100644 public/index.html diff --git a/firebase.json b/firebase.json index 00b20aa..362eae2 100644 --- a/firebase.json +++ b/firebase.json @@ -1,6 +1,6 @@ { "hosting": { - "source": ".", + "public": "public", "ignore": [ "firebase.json", "**/.*", @@ -11,10 +11,7 @@ "source": "**", "destination": "/index.html" } - ], - "frameworksBackend": { - "region": "us-central1" - } + ] }, "emulators": { "hosting": { diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..e172aee --- /dev/null +++ b/public/index.html @@ -0,0 +1,89 @@ + + + + + + Welcome to Firebase Hosting + + + + + + + + + + + + + + + + + + + +
+

Welcome

+

Firebase Hosting Setup Complete

+

You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!

+ Open Hosting Documentation +
+

Firebase SDK Loading…

+ + + +