From f4ae655d65eaa1e114979574ae40f4633d4d27e4 Mon Sep 17 00:00:00 2001 From: Ludwig Schubert Date: Wed, 10 Jan 2018 14:54:42 +0100 Subject: [PATCH] Try redirecting from root to standard distill site. --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 50bdef7..1ca5a93 100644 --- a/firebase.json +++ b/firebase.json @@ -8,7 +8,7 @@ ], "redirects": [ { - "source" : "/index.html", + "source" : "/", "destination" : "https://distill.pub", "type" : 302 }