From f49bcb9e1eac935d159848b2a5b70047ce1ad137 Mon Sep 17 00:00:00 2001 From: khalilcodes Date: Fri, 15 Apr 2022 13:54:06 +0300 Subject: [PATCH] add site url --- site/config/siteConfig.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/config/siteConfig.js b/site/config/siteConfig.js index 52dcba9..e82ddf8 100644 --- a/site/config/siteConfig.js +++ b/site/config/siteConfig.js @@ -2,9 +2,10 @@ 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.", + "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",