From e07ab67bf95ea7e65828e373c731b6cdf984a7de Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 24 Jan 2021 01:42:03 +0100 Subject: Moved to altenator and DO --- firebase.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 firebase.json (limited to 'firebase.json') diff --git a/firebase.json b/firebase.json deleted file mode 100644 index 33bfcd9..0000000 --- a/firebase.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "hosting": { - "public": "public", - "cleanUrls": false, - "ignore": [ - "firebase.json", - "tmp/", - "**/.*", - "**/node_modules/**" - ], - "redirects": [ - { - "source": "/experiments/encoding-binary-data-into-dna-sequence.html", - "destination": "/encoding-binary-data-into-dna-sequence.html", - "type": 301 - } - ] - } -} -- cgit v1.2.3