diff options
| author | Jacky Zhao <[email protected]> | 2021-04-11 15:40:18 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-11 15:40:18 -0700 |
| commit | c50fd9148889ddeffc295e2804760ad22627c482 (patch) | |
| tree | 996194187fceaa3db4665be71a488e65197006c5 /frontend/firebase.json | |
| parent | Merge pull request #76 from jackyzha0/next-refactor (diff) | |
| parent | readme bump + more firebase removal (diff) | |
| download | ctrl-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.json | 16 |
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" - } - ] - } -} |