Skip to content

Commit eca7796

Browse files
committed
Fix ogImage src
1 parent 459770f commit eca7796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Head/Head.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import NextHead from 'next/head';
22

3-
import ogImage from 'public/thumbnail.jpg';
3+
const ogImage = 'https://ui-snippets.dev/thumbnail.jpg';
44

55
const Head = ({
66
title = 'UI Snippets',

0 commit comments

Comments
 (0)