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 f7bd14a commit f5e8495Copy full SHA for f5e8495
docusaurus.config.js
@@ -76,6 +76,21 @@ const config = {
76
themeConfig:
77
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
78
({
79
+ headTags: [
80
+ {
81
+ tagName: 'script',
82
+ attributes: {
83
+ type: 'application/ld+json',
84
+ },
85
+ innerHTML: JSON.stringify({
86
+ '@context': 'https://schema.org/',
87
+ '@type': 'CreativeWork',
88
+ name: 'VRCFaceTracking Docs',
89
+ url: 'https://docs.vrcft.io/',
90
+ logo: 'https://docs.vrcft.io/img/logo.svg',
91
+ }),
92
93
+ ],
94
colorMode: {
95
defaultMode: 'dark',
96
respectPrefersColorScheme: true,
0 commit comments