fix: escape less-than character in search-architecture.mdx to resolve MDX parsing error
Changed '<10ms' to 'Sub-10ms' to avoid MDX interpreting the < character as an HTML tag opening, which was causing deployment failure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -405,7 +405,7 @@ function escapeFTS5Query(query: string): string {
|
||||
|
||||
## Performance
|
||||
|
||||
**FTS5 Full-Text Search:** <10ms for typical queries
|
||||
**FTS5 Full-Text Search:** Sub-10ms for typical queries
|
||||
|
||||
**MCP Overhead:** Minimal - simple protocol translation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user