Skip to content

Commit

Permalink
fix: update SEO description for MembersPage
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Jan 10, 2025
1 parent 9aeb1ee commit 84f5d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/resources/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ const MembersPage = () => {
};
export default MembersPage;
export const Head = () => {
return <SEO title="Cloud Native Resources" description="Learn how to provision, secure, connect, and manage your applications with GitOps and DevOps techniques running on Kubernetes and any service mesh. Service mesh how-tos and cloud native ecosystem tips and tricks." canonical="https://layer5.io/resources" />;
return <SEO title="Cloud Native Resources" description="Learn how to provision, secure, connect, and manage your applications with GitOps and DevOps techniques running in Kubernetes or Cloud. Site Reliability Engineering and Platform Engineering tips and tricks." canonical="https://layer5.io/resources" />;
};

0 comments on commit 84f5d8f

Please sign in to comment.