aboutsummaryrefslogtreecommitdiff
path: root/frontend/firebase.json
diff options
context:
space:
mode:
authorRyan Mehri <[email protected]>2020-05-25 23:09:20 -0600
committerGitHub <[email protected]>2020-05-25 23:09:20 -0600
commita104b512efb599d83c046dbea95379669b87bb8c (patch)
tree403e10b4ec1ebc78d7e6f16d1f50f299c973e242 /frontend/firebase.json
parentMerge pull request #32 from jackyzha0/latex-renderer (diff)
parentupdate makefile and readme (diff)
downloadctrl-v-a104b512efb599d83c046dbea95379669b87bb8c.tar.xz
ctrl-v-a104b512efb599d83c046dbea95379669b87bb8c.zip
Merge pull request #33 from jackyzha0/firebase
deploy
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"
+ }
+ ]
+ }
+}