Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Commit 764189e

Browse files
authored
fix(firebase): rewrite設定削除 (#319)
1 parent 41f143d commit 764189e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

firebase.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111
{
1212
"target": "app",
1313
"public": "packages/app/out",
14-
"ignore": [
15-
"firebase.json",
16-
"**/.*",
17-
"**/node_modules/**"
18-
],
14+
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
1915
"headers": [
2016
{
2117
"source": "**",
@@ -54,12 +50,6 @@
5450
]
5551
}
5652
],
57-
"rewrites": [
58-
{
59-
"source": "**",
60-
"destination": "/index.html"
61-
}
62-
],
6353
"cleanUrls": true,
6454
"trailingSlash": false
6555
}

0 commit comments

Comments
 (0)