Skip to content

Commit 3a1756a

Browse files
committed
fix: firebase hostingのredirectの修正
1 parent 2dc66c5 commit 3a1756a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"public": "app/public",
44
"redirects": [
55
{
6-
"source": "*",
6+
"source": "**",
77
"destination": "https://commitly-next-web.vercel.app",
88
"type": 301
99
}

0 commit comments

Comments
 (0)