Skip to content

Commit

Permalink
Declare favicon in manifest
Browse files Browse the repository at this point in the history
Attempt to let Google use correct favicon in search results by declaring a 48x48 icon the manifest
  • Loading branch information
Lakeyzer authored May 7, 2024
1 parent 626d78a commit e5acd4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ module.exports = function (/* ctx */) {
type: "image/png",
purpose: "maskable",
},
{
src: "favicon.png",
sizes: "48x48",
purpose: "any"
}
],
shortcuts: [
{
Expand Down

0 comments on commit e5acd4a

Please sign in to comment.