Skip to content

Commit 90cd86b

Browse files
authored
Update docusaurus.config.js
Corrected social media meta tags Signed-off-by: Russell Trow <russell@greensoftware.foundation>
1 parent bc2562f commit 90cd86b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,39 +143,39 @@ const config = {
143143
},
144144
{
145145
name: "twitter:title",
146-
content: "Green Software Practitioner",
146+
content: "Green Software Patterns",
147147
},
148148
{
149149
name: "twitter:description",
150150
content: "An online open-source database of green software patterns reviewed and curated by the Green Software Foundation",
151151
},
152152
{
153153
name: "twitter:image",
154-
content: "https://learn.greensoftware.foundation/img/og-image.png",
154+
content: "https://patterns.greensoftware.foundation/img/og-image.png",
155155
},
156156
{
157157
name: "twitter:creator",
158158
content: "@gsfcommunity",
159159
},
160160
{
161161
name: "og:title",
162-
content: "Green Software Practitioner",
162+
content: "Green Software Patterns",
163163
},
164164
{
165165
name: "og:description",
166166
content: "An online open-source database of green software patterns reviewed and curated by the Green Software Foundation",
167167
},
168168
{
169169
name: "og:image",
170-
content: "https://learn.greensoftware.foundation/img/og-image.png",
170+
content: "https://patterns.greensoftware.foundation/img/og-image.png",
171171
},
172172
{
173173
name: "og:url",
174-
content: "https://learn.greensoftware.foundation/",
174+
content: "https://patterns.greensoftware.foundation/",
175175
},
176176
{
177177
name: "og:site_name",
178-
content: "Green Software Practitioner",
178+
content: "Green Software Patterns",
179179
},
180180
{
181181
name: "og:type",

0 commit comments

Comments
 (0)