From e43b58379323144cb4067ec1329a2ccfaaa5cc5e Mon Sep 17 00:00:00 2001 From: João Augusto Costa Branco Marado Torres Date: Fri, 4 Jul 2025 21:14:34 -0300 Subject: fix: better caching MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Augusto Costa Branco Marado Torres --- src/components/signature/Downloads.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/signature') diff --git a/src/components/signature/Downloads.astro b/src/components/signature/Downloads.astro index ac8215f..3497b37 100644 --- a/src/components/signature/Downloads.astro +++ b/src/components/signature/Downloads.astro @@ -9,7 +9,7 @@ interface Props { const { lang } = Astro.props; let source = new URL( - `${Astro.url.href.replace("read/", "").replace(/\/$/, "")}.md`, + `${Astro.url.href.replace(/\/$/, "")}.md`, ); const dir = await gitDir(); -- cgit v1.2.3