You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus.config.ts
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,6 @@ const config: Config = {
12
12
tagline: 'Decentralized clearing and settlement network.\nDevelop Yellow Apps with instant finality.',
13
13
favicon: 'img/favicon.ico',
14
14
15
-
// SEO metadata
16
-
metadata: [
17
-
{
18
-
name: 'description',
19
-
content: 'Build Yellow Apps with the Yellow SDK - a real-time communication toolkit for decentralized clearing and settlement. Create applications with unified cross-chain balance and instant finality.',
20
-
},
21
-
],
22
-
23
15
// Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
24
16
future: {
25
17
v4: true,// Improve compatibility with the upcoming Docusaurus v4
@@ -39,6 +31,17 @@ const config: Config = {
39
31
onBrokenLinks: 'warn',
40
32
onBrokenMarkdownLinks: 'warn',
41
33
34
+
// SEO metadata - injected into HTML head
35
+
headTags: [
36
+
{
37
+
tagName: 'meta',
38
+
attributes: {
39
+
name: 'description',
40
+
content: 'Build Yellow Apps with the Yellow SDK - a real-time communication toolkit for decentralized clearing and settlement. Create applications with unified cross-chain balance and instant finality.',
41
+
},
42
+
},
43
+
],
44
+
42
45
// Even if you don't use internationalization, you can use this field to set
43
46
// useful metadata like html lang. For example, if your site is Chinese, you
0 commit comments