Skip to content

Commit

Permalink
fix(404): don't redirect anything under the assets directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Jan 10, 2024
1 parent 0a8b9d9 commit 7305464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"destination": "about/tools/index.html"
},
{
"source": "**",
"source": "!/assets/**",
"destination": "/index.html"
}
]
Expand Down
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@typescript-eslint/parser": "6.18.1",
"eslint": "8.56.0",
"firebase-functions-test": "3.1.0",
"firebase-tools": "13.0.2",
"firebase-tools": "13.0.3",
"jest": "29.7.0",
"mock-express-request": "0.2.2",
"mock-express-response": "0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"tslib": "2.6.2",
"web-vitals": "3.5.1",
"webm-muxer": "4.0.1",
"zone.js": "0.14.2"
"zone.js": "0.14.3"
},
"devDependencies": {
"@angular-devkit/architect": "0.1700.9",
Expand Down

0 comments on commit 7305464

Please sign in to comment.