[site/config/siteConfig][s]: property name adjstmt
This commit is contained in:
parent
40efb6b6da
commit
87f7098319
|
|
@ -24,7 +24,7 @@ export const Anchor = (props) => {
|
||||||
if (routerPath === '/guide' || !urlIsRelative(url)) {
|
if (routerPath === '/guide' || !urlIsRelative(url)) {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
const currentPageMdUrl = [siteConfig.rawContentBaseUrl, routerPath].join("");
|
const currentPageMdUrl = [siteConfig.repoRawContentRoot, routerPath].join("");
|
||||||
return new URL(href, currentPageMdUrl).href;
|
return new URL(href, currentPageMdUrl).href;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ const siteConfig = {
|
||||||
url: "https://web3.lifeitself.us",
|
url: "https://web3.lifeitself.us",
|
||||||
repoRoot: "https://github.com/life-itself/web3",
|
repoRoot: "https://github.com/life-itself/web3",
|
||||||
repoEditPath: "/edit/main/",
|
repoEditPath: "/edit/main/",
|
||||||
rawContentBaseUrl: "https://raw.githubusercontent.com/life-itself/web3/main",
|
repoRawContentRoot: "https://raw.githubusercontent.com/life-itself/web3/main",
|
||||||
tagline: "",
|
tagline: "",
|
||||||
description:
|
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.",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue