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 958d726 commit a9fa268Copy full SHA for a9fa268
pages/boxshadows.js
@@ -200,7 +200,7 @@ const Metadata = () => {
200
content={`Box Shadows - Custom box shadows for TailwindCSS`}
201
/>
202
{/* FIXME: Add Image */}
203
- <meta property="og:image" content={`/avatar-new.png`} />
+ <meta property="og:image" content={`/boxshadows.png`} />
204
<meta name="twitter:card" content="summary_large_image" />
205
<meta name="twitter:site" content="@mannupaaji" />
206
<meta
@@ -214,7 +214,7 @@ const Metadata = () => {
214
215
216
217
- <meta name="twitter:image" content={`/avatar-new.png`} />
+ <meta name="twitter:image" content={`/boxshadows.png`} />
218
</Head>
219
);
220
};
public/boxshadows.png
182 KB
0 commit comments