Skip to content

Commit 12a8726

Browse files
committed
Google site verification
1 parent 3ac9948 commit 12a8726

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docusaurus.config.js

+9
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ const config = {
1919
markdown: {
2020
format: 'detect',
2121
},
22+
headTags: [
23+
{
24+
tagName: 'meta',
25+
attributes: {
26+
name: 'google-site-verification',
27+
content: 'JxARoHXoCI8bD07pLV_u3z6xpuWNcSIZIcHEytyCkUc',
28+
},
29+
},
30+
],
2231
presets: [
2332
[
2433
'classic',

0 commit comments

Comments
 (0)