Version bump

This commit is contained in:
Pieter Vander Vennet 2020-11-06 04:15:10 +01:00
parent b764371cce
commit 1fc180f5ae
2 changed files with 2 additions and 2 deletions

View file

@ -205,7 +205,7 @@ function createLandingPage(layout: Layout) {
}
const og = `
<meta property="og:image" content="${ogImage ?? './assets/add.svg'}">
<meta property="og:image" content="${ogImage ?? './assets/svg/add.svg'}">
<meta property="og:title" content="${ogTitle}">
<meta property="og:description" content="${ogDescr}">`