aboutsummaryrefslogtreecommitdiff
path: root/firebase.json
diff options
context:
space:
mode:
Diffstat (limited to 'firebase.json')
-rw-r--r--firebase.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/firebase.json b/firebase.json
deleted file mode 100644
index 33bfcd9..0000000
--- a/firebase.json
+++ /dev/null
@@ -1,19 +0,0 @@
1{
2 "hosting": {
3 "public": "public",
4 "cleanUrls": false,
5 "ignore": [
6 "firebase.json",
7 "tmp/",
8 "**/.*",
9 "**/node_modules/**"
10 ],
11 "redirects": [
12 {
13 "source": "/experiments/encoding-binary-data-into-dna-sequence.html",
14 "destination": "/encoding-binary-data-into-dna-sequence.html",
15 "type": 301
16 }
17 ]
18 }
19}