diff options
| author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-04 20:35:19 -0400 |
|---|---|---|
| committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-04 20:35:19 -0400 |
| commit | 8a4ac744830f61f1309ad83221a9736f0364fe1c (patch) | |
| tree | 7cd6d2f44ebc0b708c6ee8aa63e1335663910f3e /firebase.json | |
| parent | dccdb5d99218396b59705d9852a081f4b657f446 (diff) | |
Deployed on firebase using the firebase.json config file. Also, fixed a spelling issue with forums.
Diffstat (limited to 'firebase.json')
| -rw-r--r-- | firebase.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/firebase.json b/firebase.json new file mode 100644 index 0000000..e030694 --- /dev/null +++ b/firebase.json @@ -0,0 +1,18 @@ +{ + "hosting": { + "public": "build/es5-bundled/", + "rewrites": [ + { + "source": "**/!(*.*)", + "destination": "/index.html" + } + ] + }, + "firestore": { + "rules": "firestore.rules", + "indexes": "firestore.indexes.json" + }, + "storage": { + "rules": "storage.rules" + } +} |
