Skip to content

Commit f9f8415

Browse files
committed
Revert "fix: add missing metadata for homepage (#676) (#677)"
This reverts commit 6dd85b0. Signed-off-by: Paul Arah <[email protected]>
1 parent 5ce18ac commit f9f8415

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/utils/seo-metadata.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
const enterprise = {
2-
title: 'Cilium - Enterprise Distributions & Training Partners',
2+
// title: 'Cilium - Enterprise Distributions & Training',
33
description:
44
'Learn how to get enterprise level support and training for Cilium from different vendors in the ecosystem',
55
};
6-
const homepage = {
7-
title: 'Cilium - eBPF-based Networking, Observability, and Security for Kubernetes',
8-
description: 'Cilium provides eBPF-based networking, observability, and security for Kubernetes and beyond. Trusted by all major cloud providers and cloud native platforms worldwide.',
9-
};
106
const learn = {
11-
title: 'Cilium - What is Cilium?',
7+
// title: 'Cilium - What is Cilium?',
128
description:
139
'Cilium is an open source project to provide networking, security, and observability for cloud native environments such as Kubernetes clusters and other container orchestration platforms.',
1410
};
@@ -46,4 +42,4 @@ const newsletter = {
4642
'If you want to keep up on the latest in cloud native networking, observability, and security this is your source',
4743
};
4844

49-
export { enterprise, learn, adopters, getHelp, getInvolved, tellingStory, newsletter, brand, homepage };
45+
export { enterprise, learn, adopters, getHelp, getInvolved, tellingStory, newsletter, brand };

0 commit comments

Comments
 (0)