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 841d761 commit fc264b5Copy full SHA for fc264b5
src/components/head/index.astro
@@ -29,6 +29,8 @@ import {generate_rel_link} from "~/utils/links";
29
<meta property="og:image:alt" content={description} />
30
31
<!-- Twitter -->
32
+<meta name="twitter:site" content="@nulllogic" />
33
+<meta name="twitter:creator" content="@nulllogic" />
34
<meta property="twitter:card" content="summary_large_image"/>
35
<meta property="twitter:url" content={Astro.url}/>
36
<meta property="twitter:title" content={title}/>
0 commit comments