aboutsummaryrefslogtreecommitdiff
path: root/frontend/firebase.json
diff options
context:
space:
mode:
authorJacky Zhao <[email protected]>2021-04-11 15:40:18 -0700
committerGitHub <[email protected]>2021-04-11 15:40:18 -0700
commitc50fd9148889ddeffc295e2804760ad22627c482 (patch)
tree996194187fceaa3db4665be71a488e65197006c5 /frontend/firebase.json
parentMerge pull request #76 from jackyzha0/next-refactor (diff)
parentreadme bump + more firebase removal (diff)
downloadctrl-v-c50fd9148889ddeffc295e2804760ad22627c482.tar.xz
ctrl-v-c50fd9148889ddeffc295e2804760ad22627c482.zip
Merge pull request #77 from jackyzha0/next-refactor
readme bump + more firebase removal
Diffstat (limited to 'frontend/firebase.json')
-rw-r--r--frontend/firebase.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/frontend/firebase.json b/frontend/firebase.json
deleted file mode 100644
index 340ed5b..0000000
--- a/frontend/firebase.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "hosting": {
- "public": "build",
- "ignore": [
- "firebase.json",
- "**/.*",
- "**/node_modules/**"
- ],
- "rewrites": [
- {
- "source": "**",
- "destination": "/index.html"
- }
- ]
- }
-}