[site/config/siteConfig][s]: property name adjstmt

This commit is contained in:
olayway 2022-05-18 22:00:12 +02:00
parent 40efb6b6da
commit 87f7098319
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ export const Anchor = (props) => {
if (routerPath === '/guide' || !urlIsRelative(url)) {
return null
}
const currentPageMdUrl = [siteConfig.rawContentBaseUrl, routerPath].join("");
const currentPageMdUrl = [siteConfig.repoRawContentRoot, routerPath].join("");
return new URL(href, currentPageMdUrl).href;
}

View File

@ -5,7 +5,7 @@ const siteConfig = {
url: "https://web3.lifeitself.us",
repoRoot: "https://github.com/life-itself/web3",
repoEditPath: "/edit/main/",
rawContentBaseUrl: "https://raw.githubusercontent.com/life-itself/web3/main",
repoRawContentRoot: "https://raw.githubusercontent.com/life-itself/web3/main",
tagline: "",
description:
"Introductions to key concepts and ideas in crypto and web3. Plus in-depth evaluation of its potential impact.",