Skip to content

Commit

Permalink
Add sizes=any to .ico icon
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed authored Nov 6, 2021
1 parent 0d74753 commit 0a2f3c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gridsome.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const clientConfig = function (Vue, options, context) {

head.link.push({
rel: 'alternate icon',
sizes: 'any',
href: 'favicon.ico',
});
}
Expand Down

0 comments on commit 0a2f3c8

Please # to comment.