Skip to content

Commit 50a92ab

Browse files
committed
docs: ✏️ Set og:title
1 parent b8bab80 commit 50a92ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/pages/index.jsx

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Head from '@docusaurus/Head'
12
import Layout from '@theme/Layout'
23
import React from 'react'
34

@@ -8,6 +9,9 @@ import Features from '../components/Features'
89
const Home = () => {
910
return (
1011
<Layout description="Documentation site for next-export-optimize-images.">
12+
<Head>
13+
<meta name="og:title" content="Next Export Optimize Images" />
14+
</Head>
1115
<main>
1216
<Hero />
1317
<Features />

0 commit comments

Comments
 (0)