Add automatic dark mode for local SVG images (#865)
* Add Illustration component with automatic dark mode support
- Create reusable Illustration component for blog posts
- Automatically switches between light and dark SVG versions using HTML5 picture element
- Component expects .dark.svg suffix for dark mode variants
- Made globally available to all MDX posts
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Add automatic dark mode for local SVG images
Local SVG images in blog posts now automatically get dark mode treatment using Excalidraw's proven filter (invert + hue-rotate). This applies only to relative image paths, leaving external SVGs untouched.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>