Skip to content

Commit 32b1f22

Browse files
author
Vivek Vishal
authored
properly-pass-expected-static-asset-to-seo-component
1 parent 61aaf1c commit 32b1f22

File tree

1 file changed

+1
-3
lines changed
  • src/pages/solutions/devrel-platform-for-kubernetes-and-cloud-native-content

1 file changed

+1
-3
lines changed

src/pages/solutions/devrel-platform-for-kubernetes-and-cloud-native-content/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import React from "react";
22

33
import SEO from "../../../components/seo";
44
import DevrelSolutionsPage from "../../../sections/Devrel-platform";
5-
// import {openGraphImage} from "../../../sections/Devrel-platform/Devrel-platform.style";
6-
import { openGraphImage } from "./solutions-devrel.png";
75

86

97
const DevrelSolutions = () => {
@@ -17,5 +15,5 @@ export default DevrelSolutions;
1715
export const Head = () => {
1816
return <SEO title="Devrel Platform for Cloud Native Content"
1917
description="Amplify Your Voice in the Cloud Native Community. Build, share, innovate with CNCF project-curated best practices."
20-
image={openGraphImage} />;
18+
image="/images/solutions-devrel.png" />;
2119
};

0 commit comments

Comments
 (0)