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.js
+56Lines changed: 56 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,56 @@ const config = {
127
127
],
128
128
],
129
129
130
+
headTags: [
131
+
{
132
+
tagName: "script",
133
+
attributes: {
134
+
type: "application/ld+json",
135
+
},
136
+
innerHTML: JSON.stringify({
137
+
"@type": "Organization",
138
+
url: "https://argos-ci.com",
139
+
logo: "https://argos-ci.com/logo.png",
140
+
name: "Argos",
141
+
legalName: "Argos by Smooth Code",
142
+
description:
143
+
"Argos helps product teams ship faster without sacrificing quality by catching visual regressions early with reliable visual testing for Storybook and Playwright.",
0 commit comments