temp disable redirects

This commit is contained in:
Philip Ahlqvist 2024-02-12 12:56:35 +01:00
parent 0dec5b59e8
commit 5c761b147c

View file

@ -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 = {