Skip to content

Commit

Permalink
fix: update crossorigin attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdayma committed Nov 6, 2020
1 parent e737a34 commit feaeb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = function (moduleOptions) {
hid: 'gf-preconnect',
rel: 'preconnect',
href: 'https://fonts.gstatic.com/',
crossorigin: true
crossorigin: ''
})
}

Expand Down

0 comments on commit feaeb9e

Please sign in to comment.