Skip to content

Commit a004ced

Browse files
committed
Fix WDPC domain in metatags
1 parent 91d2474 commit a004ced

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/layouts/main.astro

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import "../styles/global.css";
5252
<meta property="og:type" content="website" />
5353
<meta
5454
property="og:url"
55-
content="https://greensoftware.foundation/workload-dynamic-power-and-cooling/"
55+
content="https://wdpc.greensoftware.foundation/"
5656
/>
5757
<meta
5858
property="og:title"
@@ -64,7 +64,7 @@ import "../styles/global.css";
6464
/>
6565
<meta
6666
property="og:image"
67-
content="https://greensoftware.foundation/workload-dynamic-power-and-cooling/assets/og-image.png"
67+
content="https://wdpc.greensoftware.foundation/assets/og-image.png"
6868
/>
6969
<meta property="og:site_name" content="WDPC - Green Software Foundation" />
7070
<meta property="og:locale" content="en_US" />
@@ -73,7 +73,7 @@ import "../styles/global.css";
7373
<meta property="twitter:card" content="summary_large_image" />
7474
<meta
7575
property="twitter:url"
76-
content="https://greensoftware.foundation/workload-dynamic-power-and-cooling/"
76+
content="https://wdpc.greensoftware.foundation/"
7777
/>
7878
<meta
7979
property="twitter:title"
@@ -85,7 +85,7 @@ import "../styles/global.css";
8585
/>
8686
<meta
8787
property="twitter:image"
88-
content="https://greensoftware.foundation/workload-dynamic-power-and-cooling/assets/og-image.png"
88+
content="https://wdpc.greensoftware.foundation/assets/og-image.png"
8989
/>
9090
<meta property="twitter:site" content="@gsfcommunity" />
9191
<meta property="twitter:creator" content="@gsfcommunity" />
@@ -94,7 +94,7 @@ import "../styles/global.css";
9494
<meta name="theme-color" content="#22c55e" />
9595
<link
9696
rel="canonical"
97-
href="https://greensoftware.foundation/workload-dynamic-power-and-cooling/"
97+
href="https://wdpc.greensoftware.foundation/"
9898
/>
9999

100100
<!-- Structured Data -->
@@ -103,8 +103,8 @@ import "../styles/global.css";
103103
"@context": "https://schema.org",
104104
"@type": "Organization",
105105
"name": "Green Software Foundation - WDPC Project",
106-
"url": "https://greensoftware.foundation/workload-dynamic-power-and-cooling/",
107-
"logo": "https://greensoftware.foundation/workload-dynamic-power-and-cooling/assets/wdpc-logo.svg",
106+
"url": "https://wdpc.greensoftware.foundation/",
107+
"logo": "https://wdpc.greensoftware.foundation/assets/wdpc-logo.svg",
108108
"description": "WDPC (Workload Dynamic Power and Cooling) transforms disconnected infrastructure into coordinated intelligence, enabling energy optimization, grid stability, and renewable energy utilization for sustainable computing.",
109109
"sameAs": [
110110
"https://github.com/Green-Software-Foundation/Workload-Dynamic-Power-and-Cooling",

0 commit comments

Comments
 (0)