We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f23b71 commit 6e3cc56Copy full SHA for 6e3cc56
docusaurus.config.js
@@ -158,21 +158,6 @@ const config = {
158
],
159
headTags:
160
[
161
- {
162
- tagName: 'link',
163
- attributes: {
164
- href: '/fonts/snippet.css',
165
- type: 'text/css',
166
- rel: 'preload',
167
- }
168
- },
169
170
171
172
- href: '/fonts/inter.css',
173
174
175
176
{
177
tagName: 'link',
178
attributes: {
@@ -186,6 +171,7 @@ const config = {
186
187
href: 'https://www.gstatic.com',
188
rel: 'preconnect',
+ crossorigin: 'anonymous'
189
}
190
},
191
0 commit comments