Skip to content

Commit ff8807c

Browse files
committed
change crossorigin type to use-credentials based on debugbear hint
1 parent 6e3cc56 commit ff8807c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const config = {
171171
attributes: {
172172
href: 'https://www.gstatic.com',
173173
rel: 'preconnect',
174-
crossorigin: 'anonymous'
174+
crossorigin: 'use-credentials'
175175
}
176176
},
177177
{

0 commit comments

Comments
 (0)