File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/pages/solutions/devrel-platform-for-kubernetes-and-cloud-native-content Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ import React from "react";
2
2
3
3
import SEO from "../../../components/seo" ;
4
4
import DevrelSolutionsPage from "../../../sections/Devrel-platform" ;
5
- // import {openGraphImage} from "../../../sections/Devrel-platform/Devrel-platform.style";
6
- import { openGraphImage } from "./solutions-devrel.png" ;
7
5
8
6
9
7
const DevrelSolutions = ( ) => {
@@ -17,5 +15,5 @@ export default DevrelSolutions;
17
15
export const Head = ( ) => {
18
16
return < SEO title = "Devrel Platform for Cloud Native Content"
19
17
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" /> ;
21
19
} ;
You can’t perform that action at this time.
0 commit comments