import Logo from "../public/img/life-itself-logo.svg"
const siteConfig = {
title: "Making Sense of Crypto and Web3",
url: "https://web3.lifeitself.us",
tagline: "",
description:
"Introductions to key concepts and ideas in crypto and web3. Plus in-depth evaluation of its potential impact.",
author: "Life Itself and collaborators",
// logo image
authorLogo: "/img//life-itself-logo.svg",
// url to author
authorUrl: "https://lifeitself.us/",
// Google analytics key e.g. G-XXXX
analytics: "G-9DL50W4DN9",
// optional additional nextSeo content set on each page
// see https://github.com/garmeeh/next-seo
nextSeo: {
openGraph: {
images: [
{
url: "https://res.cloudinary.com/ds7qslkd0/image/upload/w_1200,c_scale/v1647434394/Web3/NbzC4V4_o7g3j5.jpg",
alt: "Making Sense of Crypto & Web3 by Life Itself",
width: 1200,
height: 627,
type: "image/jpg",
},
],
},
twitter: {
handle: "@forlifeitself",
site: "web3.lifeitself.us",
cardType: "summary_large_image",
},
},
social: [
{
name: "Facebook",
href: "https://www.facebook.com/forlifeitself",
icon: (props) => (
),
},
{
name: "Instagram",
href: "https://www.instagram.com/forlifeitself/",
icon: (props) => (
),
},
{
name: "Twitter",
href: "https://twitter.com/forlifeitself",
icon: (props) => (
),
},
{
name: "GitHub",
href: "https://github.com/life-itself/web3",
icon: (props) => (
),
},
{
name: "YouTube",
href: "https://www.youtube.com/channel/UCmBq3VO9w_MLTKD_CHsYN-Q",
icon: (props) => (
),
},
{
name: "Podcast",
href: "https://anchor.fm/life-itself",
icon: (props) => (
),
},
{
name: "Life Itself",
href: "https://lifeitself.us/labs",
icon: (props) => (
),
},
],
};
module.exports = siteConfig