aboutsummaryrefslogtreecommitdiff
path: root/firebase.json
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-01-24 01:42:03 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-01-24 01:42:03 +0100
commite07ab67bf95ea7e65828e373c731b6cdf984a7de (patch)
tree4fe471a1a8492149bb0b3e6ec726184e3bcf1647 /firebase.json
parent36fb49bbef11294a93a53c363d32c2134f6b19b4 (diff)
downloadmitjafelicijan.com-e07ab67bf95ea7e65828e373c731b6cdf984a7de.tar.gz
Moved to altenator and DO
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}