Skip to content

Commit 8a87a1f

Browse files
committed
Add an OG image
1 parent e1c8c03 commit 8a87a1f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { SimpleOpengraphImage } from "../../components/og-images/simple-opengraph-image"
2+
export {
3+
generateStaticParams,
4+
contentType,
5+
size,
6+
} from "../../components/og-images/simple-opengraph-image"
7+
8+
export default SimpleOpengraphImage.bind(null, {
9+
pageTitle: "GraphQL Day at FOST",
10+
})

0 commit comments

Comments
 (0)