Skip to content

Commit 7305464

Browse files
committed
fix(404): don't redirect anything under the assets directory
1 parent 0a8b9d9 commit 7305464

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

firebase.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"destination": "about/tools/index.html"
117117
},
118118
{
119-
"source": "**",
119+
"source": "!/assets/**",
120120
"destination": "/index.html"
121121
}
122122
]

functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@typescript-eslint/parser": "6.18.1",
4242
"eslint": "8.56.0",
4343
"firebase-functions-test": "3.1.0",
44-
"firebase-tools": "13.0.2",
44+
"firebase-tools": "13.0.3",
4545
"jest": "29.7.0",
4646
"mock-express-request": "0.2.2",
4747
"mock-express-response": "0.3.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"tslib": "2.6.2",
9797
"web-vitals": "3.5.1",
9898
"webm-muxer": "4.0.1",
99-
"zone.js": "0.14.2"
99+
"zone.js": "0.14.3"
100100
},
101101
"devDependencies": {
102102
"@angular-devkit/architect": "0.1700.9",

0 commit comments

Comments
 (0)