web3/site/config/siteConfig.js

30 lines
849 B
JavaScript

const siteConfig = {
title: 'Making Sense of Web3',
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.',
author: 'Life Itself and friends',
// logo image
authorLogo: '/img//life-itself-logo.svg',
// url to author
authorUrl: 'https://lifeitself.us/',
// Google analytics key e.g. G-XXXX
analytics: '',
// optional additional nextSeo content set on each page
// see https://github.com/garmeeh/next-seo
// nextSeo: {
// openGraph: {
// images: [
// {
// url: 'https://image.url/...',
// alt: '',
// width: 1200,
// height: 627,
// type: 'image/png',
// }
// ]
// }
// }
}
module.exports = siteConfig