fix: resolve image 404 and add favicon
Markdown image src with relative paths (/images/...) now resolves to backend API URL instead of frontend port. Added SVG favicon to eliminate 404 on /favicon.ico. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<rect width="32" height="32" rx="6" fill="#2563eb"/>
|
||||
<text x="16" y="22" font-family="Arial,sans-serif" font-size="18" font-weight="bold" fill="white" text-anchor="middle">国</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 255 B |
Reference in New Issue
Block a user