File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,10 @@ const Metadata = () => {
200200 content = { `Box Shadows - Custom box shadows for TailwindCSS` }
201201 />
202202 { /* FIXME: Add Image */ }
203- < meta property = "og:image" content = { `/boxshadows.png` } />
203+ < meta
204+ property = "og:image"
205+ content = { `https://manuarora.in/boxshadows.png` }
206+ />
204207 < meta name = "twitter:card" content = "summary_large_image" />
205208 < meta name = "twitter:site" content = "@mannupaaji" />
206209 < meta
@@ -214,7 +217,10 @@ const Metadata = () => {
214217 />
215218 { /* FIXME: Add Image */ }
216219
217- < meta name = "twitter:image" content = { `/boxshadows.png` } />
220+ < meta
221+ name = "twitter:image"
222+ content = { `https://manuarora.in/boxshadows.png` }
223+ />
218224 </ Head >
219225 ) ;
220226} ;
You can’t perform that action at this time.
0 commit comments