Skip to content

Commit c1fcb07

Browse files
gaearonleerob
andauthored
Update src/components/Seo.tsx
Co-authored-by: Lee Robinson <me@leerob.io>
1 parent 5f404d9 commit c1fcb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Seo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const Seo = withRouter(
1818
({
1919
title,
2020
description = 'A JavaScript library for building user interfaces',
21-
image = 'logo-og.png',
21+
image = '/logo-og.png',
2222
router,
2323
children,
2424
}: SeoProps & {router: Router}) => (

0 commit comments

Comments
 (0)