Skip to content

Commit f1cabf4

Browse files
committed
Fix Firebase hosting configuration by changing target to site
1 parent 7a75d48 commit f1cabf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firebase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hosting": {
3-
"target": "authfire-admin",
3+
"site": "authfire-admin",
44
"public": "out",
55
"ignore": [
66
"firebase.json",

0 commit comments

Comments
 (0)