File tree Expand file tree Collapse file tree
src/pages/solutions/devrel-platform-for-kubernetes-and-cloud-native-content Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ import React from "react";
22
33import SEO from "../../../components/seo" ;
44import DevrelSolutionsPage from "../../../sections/Devrel-platform" ;
5- // import {openGraphImage} from "../../../sections/Devrel-platform/Devrel-platform.style";
6- import { openGraphImage } from "./solutions-devrel.png" ;
75
86
97const DevrelSolutions = ( ) => {
@@ -17,5 +15,5 @@ export default DevrelSolutions;
1715export 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} ;
You can’t perform that action at this time.
0 commit comments