Skip to content

Commit 22e0d50

Browse files
Replace social card SVG with PNG image
1 parent af23527 commit 22e0d50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/docs/partials/base.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<meta property="og:url" content="https://launch-css.dev" />
1414
<meta property="og:title" content="{{ title }}" />
1515
<meta property="og:description" content="A classless CSS framework built for speed. Style your website later—build it now." />
16-
<meta property="og:image" content="https://launch-css.dev/logo.svg" />
16+
<meta property="og:image" content="https://launch-css.dev/og.png" />
1717

1818
<!-- Twitter -->
1919
<meta name="twitter:card" content="summary_large_image" />
2020
<meta name="twitter:url" content="https://launch-css.dev" />
2121
<meta name="twitter:title" content="{{ title }}" />
2222
<meta name="twitter:description" content="A classless CSS framework built for speed. Style your website later—build it now." />
23-
<meta name="twitter:image" content="https://launch-css.dev/logo.svg" />
23+
<meta name="twitter:image" content="https://launch-css.dev/og.png" />
2424

2525
<!-- Favicon -->
2626
<link rel="icon" href="/logo.svg" type="image/svg+xml" />

apps/docs/public/og.png

46.9 KB
Loading

0 commit comments

Comments
 (0)