From 3a50609488ab1f92b4ae0b73e09e8f8bcd6f2005 Mon Sep 17 00:00:00 2001 From: Spythere Date: Fri, 10 Jun 2022 12:04:48 +0200 Subject: [PATCH] Hotfix routingu produkcji --- firebase.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/firebase.json b/firebase.json index 059fe4f..a59c715 100644 --- a/firebase.json +++ b/firebase.json @@ -1,10 +1,13 @@ { "hosting": { "public": "dist", - "ignore": [ - "firebase.json", - "**/.*", - "**/node_modules/**" + "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], + "rewrites": [ + { + "source": "**", + "destination": "/index.html" + } ] } } +