From c714b398a248dd3d89369a110ab12545fc2641ce Mon Sep 17 00:00:00 2001 From: codevictory Date: Tue, 11 Jan 2022 17:12:43 +0200 Subject: [PATCH] Fix firebase hosting setting root folder. --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 568e563..0d3734a 100644 --- a/firebase.json +++ b/firebase.json @@ -1,6 +1,6 @@ { "hosting": { - "public": "build", + "public": ".", "ignore": ["firebase.json", "**/.*", "**/node_modules/**"] } }