don't rewrite .mdc to .md inside the files

This commit is contained in:
Joe Danziger
2025-05-09 07:50:37 -04:00
parent 8acdc014ea
commit d3e5c8135c

View File

@@ -27,8 +27,6 @@ const globalReplacements = [
},
{ from: /Cursor/g, to: 'Cursor' },
{ from: /CURSOR/g, to: 'CURSOR' },
// 4. Handle file extensions
{ from: /\.mdc\b/g, to: '.md' },
// 5. Handle any missed URL patterns
{ from: /docs\.cursor\.com/gi, to: 'docs.cursor.com' }
];