[site/config][s]: set social media image for home page.

This commit is contained in:
Rufus Pollock 2022-03-16 13:53:54 +01:00
parent 8cca780b3b
commit 334ceaeefe
1 changed files with 17 additions and 17 deletions

View File

@ -1,8 +1,8 @@
const siteConfig = { const siteConfig = {
title: 'Making Sense of Web3', title: 'Making Sense of Crypto & Web3',
tagline: '', tagline: '',
description: 'Making sense of web3 & crypto. Introduction to key concepts and ideas. Rigorous, constructive analysis of key claims pro and con. A look at the deeper hopes and aspirations.', description: 'Making sense of web3 & crypto. Introduction to key concepts and ideas. Rigorous, constructive analysis of main claims pro and con. A look at the deeper hopes and aspirations.',
author: 'Life Itself and friends', author: 'Life Itself and collaborators',
// logo image // logo image
authorLogo: '/img//life-itself-logo.svg', authorLogo: '/img//life-itself-logo.svg',
// url to author // url to author
@ -11,19 +11,19 @@ const siteConfig = {
analytics: 'G-9DL50W4DN9', analytics: 'G-9DL50W4DN9',
// optional additional nextSeo content set on each page // optional additional nextSeo content set on each page
// see https://github.com/garmeeh/next-seo // see https://github.com/garmeeh/next-seo
// nextSeo: { nextSeo: {
// openGraph: { openGraph: {
// images: [ images: [
// { {
// url: 'https://image.url/...', url: 'https://res.cloudinary.com/ds7qslkd0/image/upload/w_1200,c_scale/v1647434394/Web3/NbzC4V4_o7g3j5.jpg',
// alt: '', alt: 'Making Sense of Crypto & Web3 by Life Itself',
// width: 1200, width: 1200,
// height: 627, height: 627,
// type: 'image/png', type: 'image/jpg',
// } }
// ] ]
// } }
// } }
} }
module.exports = siteConfig module.exports = siteConfig