docs: fix same page link not resolved correctly (#13481)

This commit is contained in:
Shahed Nasser
2025-09-11 17:27:18 +03:00
committed by GitHub
parent e4d0e51ec3
commit 69b92681b9
@@ -1 +1,2 @@
export const MD_LINK_REGEX = /\[(.*?)\]\((?<link>(![a-z]+!|\.).*?)\)/gm
export const MD_LINK_REGEX =
/\[(.*?)\]\((?<link>(![a-z]+!|\.|page\.mdx).*?)\)/gm