Skip to content

Commit

Permalink
fix: add additional favicon redirect (#7422)
Browse files Browse the repository at this point in the history
Update redirects.json

Signed-off-by: Brian Muenzenmeyer <[email protected]>
  • Loading branch information
bmuenzenmeyer authored Jan 26, 2025
1 parent 71b4258 commit 1e51ef6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/site/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@
"source": "/(static/|)apple-touch-icon(.*).png",
"destination": "/static/images/favicons/favicon.png"
},
{
"source": "/(static/)images/favicons/favicon.ico",
"destination": "/static/images/favicons/favicon.png"
},
{
"source": "/(static/)images/logo.svg",
"destination": "/static/logos/nodejsLight.svg"
Expand Down

0 comments on commit 1e51ef6

Please sign in to comment.