[site/theme][xs]: make og:image url absolute.
This commit is contained in:
parent
439abfde94
commit
a0e846f142
|
|
@ -19,7 +19,7 @@ const siteConfig = {
|
||||||
openGraph: {
|
openGraph: {
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: "/img/home-page-screenshot-social-preview.png",
|
url: "https://web3.lifeitself.us/img/home-page-screenshot-social-preview.png",
|
||||||
alt: "Making Sense of Crypto & Web3 by Life Itself",
|
alt: "Making Sense of Crypto & Web3 by Life Itself",
|
||||||
width: 1200,
|
width: 1200,
|
||||||
height: 627,
|
height: 627,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue