Skip to content

Commit

Permalink
change crossorigin type to use-credentials based on debugbear hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Blargian committed Feb 11, 2025
1 parent 6e3cc56 commit ff8807c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const config = {
attributes: {
href: 'https://www.gstatic.com',
rel: 'preconnect',
crossorigin: 'anonymous'
crossorigin: 'use-credentials'
}
},
{
Expand Down

0 comments on commit ff8807c

Please sign in to comment.