Add better default social image
This commit is contained in:
parent
1a2714c6ff
commit
29b29ed3a9
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ async function createLandingPage(layout: LayoutConfig, manifest) {
|
|||
}
|
||||
|
||||
const og = `
|
||||
<meta property="og:image" content="${ogImage ?? './assets/svg/add.svg'}">
|
||||
<meta property="og:image" content="${ogImage ?? './assets/SocialImage.png'}">
|
||||
<meta property="og:title" content="${ogTitle}">
|
||||
<meta property="og:description" content="${ogDescr}">`
|
||||
|
||||
|
|
Loading…
Reference in a new issue