[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)) {
|
||||
return null
|
||||
}
|
||||
const currentPageMdUrl = [siteConfig.rawContentBaseUrl, routerPath].join("");
|
||||
const currentPageMdUrl = [siteConfig.repoRawContentRoot, routerPath].join("");
|
||||
return new URL(href, currentPageMdUrl).href;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue