Skip to content

Commit bcf22d0

Browse files
committed
feat: webgl
1 parent 6128344 commit bcf22d0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docusaurus.config.js

+10
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ const config = {
2121
defaultLocale: 'zh-Hans',
2222
locales: ['zh-Hans'],
2323
},
24+
headTags: [
25+
{
26+
tagName: 'meta',
27+
attributes: {
28+
name: 'referrer',
29+
content: 'no-referrer'
30+
}
31+
}
32+
],
33+
2434
presets: [
2535
[
2636
'classic',

0 commit comments

Comments
 (0)