Skip to content

Commit 0fc4733

Browse files
committed
Update open-graph image
1 parent 89d1a73 commit 0fc4733

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
-56 KB
Loading

docs/src/includes/site-head.njk

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,29 @@
88
content="{{ description }}"
99
/>
1010

11-
<link rel="preload" href="/assets/fonts/Inter-roman.var.woff2?v=3.18" as="font" type="font/woff2" crossorigin="">
11+
<link rel="preload" href="/assets/fonts/Inter-roman.var.woff2?v=4.1" as="font" type="font/woff2" crossorigin="">
1212
<link rel="stylesheet" href="{{ '/assets/styles.css' | url }}" />
1313
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script>
1414

1515
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
1616
<link id="mask-icon" rel="mask-icon" href="/pinned-tab.svg" color="#000">
1717
<link class="js-favicon" rel="alternate icon" type="image/png" href="/favicon.png" />
1818
<link class="js-favicon" rel="icon" type="image/svg+xml" href="/favicon.svg" />
19-
<meta name="twitter:card" content="summary">
19+
<meta name="twitter:card" content="summary_large_image">
2020
<meta name="twitter:title" content="TailwindCSS OpenType">
2121
<meta name="twitter:description" content="Tailwind CSS utility classes for advanced typographic features.">
2222
<meta name="twitter:image" content="https://tailwindcss-opentype.netlify.app/assets/images/og-image.png">
23-
<meta name="twitter:creator" content="@stormwarning">
23+
<meta name="twitter:image:type" content="image/png">
24+
<meta name="twitter:image:width" content="1200">
25+
<meta name="twitter:image:height" content="630">
2426
<meta property="og:url" content="https://tailwindcss-opentype.netlify.app/">
2527
<meta property="og:type" content="object">
2628
<meta property="og:title" content="TailwindCSS OpenType">
2729
<meta property="og:description" content="Tailwind CSS utility classes for advanced typographic features.">
2830
<meta property="og:image" content="https://tailwindcss-opentype.netlify.app/assets/images/og-image.png">
31+
<meta property="og:image:type" content="image/png">
32+
<meta property="og:image:width" content="1200">
33+
<meta property="og:image:height" content="630">
2934

3035
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y5RLKV9QZ6"></script>
3136
<script>

0 commit comments

Comments
 (0)