Skip to content

Commit

Permalink
Remove image to see how a pure description looks like
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Jan 24, 2024
1 parent b76c04d commit abc8918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/backgrounds/[slug]/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const GET: RequestHandler = ({ params: { slug } }) => {
<meta name="description" content="${bg.data.entries.join(' ')} Description" />
<meta property="og:description" content="${bg.data.entries.join(' ')} Description" />
<meta property="og:image" content="${base}/icons/android-chrome-512x512.png" />
<!-- <meta property="og:image" content="${base}/icons/android-chrome-512x512.png" /> -->
<!-- <meta name="twitter:card" content="summary_large_image"> -->
<meta property="og:url" content="${base}/backgrounds#${slug}" />
Expand Down

0 comments on commit abc8918

Please sign in to comment.