[site/theme][s]: fix social preview image with new local image (broken after change from cloudinary).
This commit is contained in:
parent
f4b3a1039d
commit
439abfde94
|
|
@ -19,7 +19,7 @@ const siteConfig = {
|
|||
openGraph: {
|
||||
images: [
|
||||
{
|
||||
url: "https://res.cloudinary.com/ds7qslkd0/image/upload/w_1200,c_scale/v1647434394/Web3/NbzC4V4_o7g3j5.jpg",
|
||||
url: "/img/home-page-screenshot-social-preview.png",
|
||||
alt: "Making Sense of Crypto & Web3 by Life Itself",
|
||||
width: 1200,
|
||||
height: 627,
|
||||
|
|
@ -108,4 +108,4 @@ const siteConfig = {
|
|||
],
|
||||
};
|
||||
|
||||
module.exports = siteConfig
|
||||
module.exports = siteConfig
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fca542bb6ed6050fb2ae9e97c43f5002aff6e7a269fd65fb25a1e5b498aed72
|
||||
size 293001
|
||||
Loading…
Reference in New Issue