We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459770f commit eca7796Copy full SHA for eca7796
components/Head/Head.js
@@ -1,6 +1,6 @@
1
import NextHead from 'next/head';
2
3
-import ogImage from 'public/thumbnail.jpg';
+const ogImage = 'https://ui-snippets.dev/thumbnail.jpg';
4
5
const Head = ({
6
title = 'UI Snippets',
0 commit comments