Skip to content

Commit

Permalink
favicon test
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Jan 3, 2025
1 parent c3a7108 commit b66dccb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sites/devsite/gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module.exports = {
name: `Riverscapes Developer Site`,
short_name: `RiverscapesDEV`,
start_url: `/riverscapes-gatsby-theme`,
iconUrl: `static/images/favicon.png`,
},
},
},
Expand Down
Binary file added sites/devsite/static/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions sites/template/gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ module.exports = {
short_name: `RiverscapesTemplate`,
// TODO: You need to change this to your site's URL. This should match the `pathPrefix` above.
start_url: `/riverscapes-template`,
// This becomes the favicon
iconUrl: `static/images/favicon.png`,
},
},
},
Expand Down
Binary file added sites/template/static/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b66dccb

Please sign in to comment.