From a208780abfdf98dccea76562df388a0351a8f60f Mon Sep 17 00:00:00 2001 From: pigges Date: Thu, 25 Jan 2024 11:28:43 +0100 Subject: [PATCH] remove lbrycrd docs --- src/pages/api/[repo].astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/api/[repo].astro b/src/pages/api/[repo].astro index 2b9f1ff..4d384d9 100644 --- a/src/pages/api/[repo].astro +++ b/src/pages/api/[repo].astro @@ -6,7 +6,6 @@ import { Code } from 'astro:components'; export function getStaticPaths() { const repos = [ "lbry-sdk", - "lbrycrd", ] const paths = repos.map(repo=>{