remove lbrycrd docs

This commit is contained in:
Philip Ahlqvist 2024-01-25 11:28:43 +01:00
parent 25d559f4f1
commit a208780abf

View file

@ -6,7 +6,6 @@ import { Code } from 'astro:components';
export function getStaticPaths() { export function getStaticPaths() {
const repos = [ const repos = [
"lbry-sdk", "lbry-sdk",
"lbrycrd",
] ]
const paths = repos.map(repo=>{ const paths = repos.map(repo=>{