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:
Alex Newman
2025-12-29 00:34:14 -05:00
parent 00d0bc51e0
commit d874ce6eb3
@@ -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