mirror of
https://github.com/LBRYFoundation/lbry-tech.git
synced 2025-03-04 06:57:53 +00:00
temp disable redirects
This commit is contained in:
parent
0dec5b59e8
commit
5c761b147c
1 changed files with 16 additions and 16 deletions
|
@ -72,22 +72,22 @@ export const featured = [
|
||||||
]
|
]
|
||||||
|
|
||||||
export const REDIRECTS = {
|
export const REDIRECTS = {
|
||||||
"/api/blockchain": "/api/lbrycrd",
|
// "/api/blockchain": "/api/lbrycrd",
|
||||||
"/api/lbry": "/api/sdk",
|
// "/api/lbry": "/api/sdk",
|
||||||
"/api/protocol": "/api/sdk",
|
// "/api/protocol": "/api/sdk",
|
||||||
"/play": "/playground",
|
// "/play": "/playground",
|
||||||
"/repository-standards": "/resources/repository-standards",
|
// "/repository-standards": "/resources/repository-standards",
|
||||||
"/resources/lbry-claimtrie": "/spec#claimtrie",
|
// "/resources/lbry-claimtrie": "/spec#claimtrie",
|
||||||
"/resources/schema": "/spec#metadata",
|
// "/resources/schema": "/spec#metadata",
|
||||||
"/resources/signing-claim": "/resources/claim-signing",
|
// "/resources/signing-claim": "/resources/claim-signing",
|
||||||
"/resources/uri": "/spec#urls",
|
// "/resources/uri": "/spec#urls",
|
||||||
"/resources/video-lbryandroid": "https://odysee.com/video-2018-10-15053403:e",
|
// "/resources/video-lbryandroid": "https://odysee.com/video-2018-10-15053403:e",
|
||||||
"/resources/video-lbrycrd": "https://odysee.com/intro-to-LBRYcrd:5",
|
// "/resources/video-lbrycrd": "https://odysee.com/intro-to-LBRYcrd:5",
|
||||||
"/resources/video-lbrydesktop": "https://odysee.com/LBRYAppDesign:7",
|
// "/resources/video-lbrydesktop": "https://odysee.com/LBRYAppDesign:7",
|
||||||
"/resources/video-lbrysdk": "https://odysee.com/@lbrytech:1/lbrynet-dev-setup:9",
|
// "/resources/video-lbrysdk": "https://odysee.com/@lbrytech:1/lbrynet-dev-setup:9",
|
||||||
"/specification": "/spec",
|
// "/specification": "/spec",
|
||||||
"/tour": "/playground",
|
// "/tour": "/playground",
|
||||||
"/whitepaper": "/spec"
|
// "/whitepaper": "/spec"
|
||||||
}
|
}
|
||||||
|
|
||||||
export const API_REPOS = {
|
export const API_REPOS = {
|
||||||
|
|
Loading…
Reference in a new issue