Skip to content

Commit d92128b

Browse files
committedOct 10, 2023
Fix links in docs
Closes GH-2365. Related-to: GH-2366.
1 parent a2c8693 commit d92128b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎website/mdx-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function unifiedInferRemoteMeta() {
129129

130130
if (parts[1] === 'docs') {
131131
fp = ('/' + parts.slice(2).join('/'))
132-
.replace(/\.server\.mdx$/, '/')
132+
.replace(/\.mdx$/, '/')
133133
.replace(/\/index\/$/, '/')
134134
} else {
135135
// Symlinks, which we have to hack around.

1 commit comments

Comments
 (1)

vercel[bot] commented on Oct 10, 2023

@vercel[bot]

Successfully deployed to the following URLs:

mdx – ./

mdx-git-main-mdx.vercel.app
mdx-mdx.vercel.app
v2.mdxjs.com
mdxjs.com

Please sign in to comment.