Skip to content

Commit eb166f5

Browse files
authored
feat: og property in meta tags (#33)
1 parent 29a9712 commit eb166f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/layouts/Default.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ let { metaTitle } = Astro.props;
1414
href={Astro.resolve("../styles/global.css")}
1515
>
1616
<meta name="description" content="Dev Protocol lets GitHub users tokenize their OSS projects in a few clicks. Creating an OSS token allows projects to access sustainable funding, create underlying economic models for their project, and distribute incentives at scale. For the first time, OSS projects have a scalable solution to unlock their value.">
17+
<meta property="og:title" content={metaTitle} />
18+
<meta property="og:type" content="website" />
19+
<meta property="og:url" content="https://devprotocol.netlify.app/" />
20+
<!-- TODO: <meta property="og:image" content="" /> -->
1721
</head>
1822

1923
<body class="text-gray-900">

0 commit comments

Comments
 (0)