Skip to content

Commit

Permalink
Fix links in docs
Browse files Browse the repository at this point in the history
Closes GH-2365.
Related-to: GH-2366.
  • Loading branch information
wooorm committed Oct 10, 2023
1 parent a2c8693 commit d92128b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/mdx-config.js
Expand Up @@ -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.
Expand Down

1 comment on commit d92128b

@vercel
Copy link

@vercel vercel bot commented on d92128b Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.