Skip to content

Commit

Permalink
fix(nx-dev): fix regex (#18610)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Aug 14, 2023
1 parent fa51373 commit b8a64a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typedoc-theme/src/lib/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class NxMarkdownTheme extends MarkdownTheme {
return (
super
.render(page, template)
.replace(/.md/gi, '')
.replace(/\.md/gi, '')
/**
* Hack: This is the simplest way to update the urls and make them work
* in the `/packages/[name]/documents/[index|ngcli_adapter] context.
Expand Down

1 comment on commit b8a64a1

@vercel
Copy link

@vercel vercel bot commented on b8a64a1 Aug 14, 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:

nx-dev – ./

nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev

Please sign in to comment.