Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

<img src="res/logo.png" alt="Codex Mate logo" width="180" />
<img src="site/.vitepress/public/images/logo.png" alt="Codex Mate logo" width="180" />

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Use a package-portable logo path in README.

Line 3 points to site/.vitepress/..., which is not included in published package files. This can break image rendering outside the repo view.

📝 Suggested path update
-<img src="site/.vitepress/public/images/logo.png" alt="Codex Mate logo" width="180" />
+<img src="web-ui/res/logo-pack.webp" alt="Codex Mate logo" width="180" />
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 3, The README currently references the logo with an
unreleased repo-only path (<img
src="site/.vitepress/public/images/logo.png"...>), which won't work for
published packages; update the image reference to a package-portable path (for
example move/copy the logo into the package's shipped assets and change the src
to that asset path such as images/logo.png or a top-level ./images/logo.png),
and ensure the asset is included in packaging so the new src resolves when the
package is installed or viewed outside the repo.


# Codex Mate

Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

<img src="res/logo.png" alt="Codex Mate logo" width="180" />
<img src="site/.vitepress/public/images/logo.png" alt="Codex Mate logo" width="180" />

# Codex Mate

Expand Down
File renamed without changes
File renamed without changes
Loading