fix(nx-dev): fix regex (#18610)
This commit is contained in:
parent
fa513731d4
commit
b8a64a16cb
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user