Skip to content

Commit 6e3cc56

Browse files
committed
fix resource hints and remove unused resource hints
1 parent 0f23b71 commit 6e3cc56

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

docusaurus.config.js

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -158,21 +158,6 @@ const config = {
158158
],
159159
headTags:
160160
[
161-
{
162-
tagName: 'link',
163-
attributes: {
164-
href: '/fonts/snippet.css',
165-
type: 'text/css',
166-
rel: 'preload',
167-
}
168-
},
169-
{
170-
tagName: 'link',
171-
attributes: {
172-
href: '/fonts/inter.css',
173-
rel: 'preload',
174-
}
175-
},
176161
{
177162
tagName: 'link',
178163
attributes: {
@@ -186,6 +171,7 @@ const config = {
186171
attributes: {
187172
href: 'https://www.gstatic.com',
188173
rel: 'preconnect',
174+
crossorigin: 'anonymous'
189175
}
190176
},
191177
{

0 commit comments

Comments
 (0)