c4c494cbac
Removed `/easy-vibe/` prefix from internal links in all index.md files. VitePress automatically adds the base path, so these prefixes were causing 404 errors due to double path resolution: - Before: /easy-vibe/zh-cn/appendix/... - After: /zh-cn/appendix/... - VitePress resolves to: /easy-vibe/zh-cn/appendix/... (local/GitHub) - VitePress resolves to: /zh-cn/appendix/... (Vercel) This fixes the sidebar 404 errors reported in appendix section. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>