We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e9507 commit db22ddaCopy full SHA for db22dda
src/utils/getMarkdownContent.ts
@@ -426,7 +426,7 @@ export function getMarkdownContent() {
426
return readAndProcessMarkdown(indexPath, pathStr);
427
}
428
} catch (error) {
429
- return `<!-- Error reading markdown file: ${error} -->`;
+ // Silently catch errors during markdown file lookup to continue with fallback strategies
430
431
432
@@ -530,6 +530,7 @@ export function getMarkdownContent() {
530
531
532
533
+ // Silently catch errors during markdown file search to continue with fallback strategies
534
535
536
0 commit comments