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.