Skip to content

Commit a6c77b8

Browse files
author
Vivek Vishal
authored
add page
Signed-off-by: GitHub <noreply@github.com>
1 parent 70a30d4 commit a6c77b8

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
import React from "react";
2+
3+
import SEO from "../../components/seo";
4+
import DevrelSolutionsPage from "../../sections/Community/Devrel-platform";
5+
6+
const DevrelSolutions = () => {
7+
return (
8+
<>
9+
<DevrelSolutionsPage />
10+
</>
11+
);
12+
};
13+
export default DevrelSolutions;
14+
export const Head = () => {
15+
return <SEO title="Devrel Platform for Cloud Native Content"
16+
description="Amplify Your Voice in the Cloud Native Community. Build, share, innovate with CNCF project-curated best practices."
17+
image="/images/meshery-logo-dark-text.webp" />;
18+
};

0 commit comments

Comments
 (0)