mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
Proper meta scrape image
This commit is contained in:
committed by
GitHub
parent
269e078c7d
commit
dff4c5fed3
@@ -23,6 +23,7 @@ export default function Layout({ children, siteData, title = 'jambonz' }) {
|
||||
<meta charSet="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="image" property="og:image" content="https://www.jambonz.org/jambonz.png" />
|
||||
<meta
|
||||
name="description"
|
||||
content="The “bring your own everything” CPaaS"
|
||||
@@ -42,4 +43,4 @@ export default function Layout({ children, siteData, title = 'jambonz' }) {
|
||||
<Footer siteData={siteData} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user