aboutsummaryrefslogtreecommitdiff
path: root/frontend/firebase.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/firebase.json')
-rw-r--r--frontend/firebase.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/frontend/firebase.json b/frontend/firebase.json
new file mode 100644
index 0000000..340ed5b
--- /dev/null
+++ b/frontend/firebase.json
@@ -0,0 +1,16 @@
+{
+ "hosting": {
+ "public": "build",
+ "ignore": [
+ "firebase.json",
+ "**/.*",
+ "**/node_modules/**"
+ ],
+ "rewrites": [
+ {
+ "source": "**",
+ "destination": "/index.html"
+ }
+ ]
+ }
+}