Skip to content

Commit b3d4b6a

Browse files
fix: og image path
1 parent c325e7a commit b3d4b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
title: `tjw.DEV`,
88
description: `Minimal maintnance landing page for some kind of web presence built with <a href="https://www.gatsbyjs.com/">Gatsby</a>, <a href="https://github.com/4Catalyzer/astroturf">Astroturf</a>, and <a href="https://tailwindcss.com/">Tailwind</a>.`,
99
author: `@thejustinwalsh`,
10-
image: `og-image.png`,
10+
image: `/og-image.png`,
1111
},
1212
plugins: [
1313
`gatsby-plugin-react-helmet`,

0 commit comments

Comments
 (0)