From d92128bac9418388858e0b9fbe45bc057c110048 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 10 Oct 2023 15:55:37 +0200 Subject: [PATCH] Fix links in docs Closes GH-2365. Related-to: GH-2366. --- website/mdx-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/mdx-config.js b/website/mdx-config.js index db008df8c..52ba3c1a6 100644 --- a/website/mdx-config.js +++ b/website/mdx-config.js @@ -129,7 +129,7 @@ function unifiedInferRemoteMeta() { if (parts[1] === 'docs') { fp = ('/' + parts.slice(2).join('/')) - .replace(/\.server\.mdx$/, '/') + .replace(/\.mdx$/, '/') .replace(/\/index\/$/, '/') } else { // Symlinks, which we have to hack around.