From 033d21773d8ac1889d077db1092164499dac6f09 Mon Sep 17 00:00:00 2001 From: Benjamin Ottensten Date: Thu, 2 Feb 2017 13:12:44 +0100 Subject: [PATCH] Setup Firebase to be able to link to articles --- firebase.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index e7c9fc2..3e9fb70 100644 --- a/firebase.json +++ b/firebase.json @@ -3,6 +3,12 @@ "rules": "database.rules.json" }, "hosting": { - "public": "public" + "public": "public", + "rewrites": [ + { + "source": "**", + "destination": "/index.html" + } + ] } }