From c438a9668f209be982bb60e45844469815441e46 Mon Sep 17 00:00:00 2001 From: Graeme Folk Date: Sun, 17 Nov 2024 13:42:18 -0700 Subject: [PATCH] fix: Fix firebase public directory for Angular 18 output --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 5262c55..71946df 100644 --- a/firebase.json +++ b/firebase.json @@ -1,6 +1,6 @@ { "hosting": { - "public": "dist/auto-gm", + "public": "dist/auto-gm/browser", "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], "rewrites": [ {