Skip to content

fix: update README logo image path#330

Merged
kimyouknow merged 1 commit into
mainfrom
fix/readme-logo-image-path
Feb 25, 2026
Merged

fix: update README logo image path#330
kimyouknow merged 1 commit into
mainfrom
fix/readme-logo-image-path

Conversation

@kimyouknow
Copy link
Copy Markdown
Collaborator

@kimyouknow kimyouknow commented Feb 24, 2026

Summary

  • Fix broken README logo image by updating path from .vitepress/dist/images/og.png (build artifact) to ./public/images/og.png
  • Move og.png from packages/core/src/public/images/ to root public/images/
  • This also fixes the VitePress OG image meta tag, since VitePress serves ./public/ as static assets

Test plan

  • Verify logo image renders correctly in GitHub README preview
  • Run yarn docs:dev and confirm OG image path works locally

The logo image path pointed to `.vitepress/dist/images/og.png` which is a
build artifact and not available on GitHub. Move og.png to the root
`public/images/` directory (where VitePress serves static assets) and
update both READMEs to reference the new path.
@github-actions
Copy link
Copy Markdown
Contributor

Size Change: 0 B 🆕

Total Size: 0 B

compressed-size-action

@kimyouknow kimyouknow marked this pull request as ready for review February 24, 2026 02:04
@kimyouknow kimyouknow self-assigned this Feb 24, 2026
@kss2002
Copy link
Copy Markdown

kss2002 commented Feb 24, 2026

Thank you for fixing the issue 🔥

Copy link
Copy Markdown
Collaborator

@zztnrudzz13 zztnrudzz13 left a comment

Choose a reason for hiding this comment

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

GOOD!

@kimyouknow kimyouknow merged commit 5adccd9 into main Feb 25, 2026
10 checks passed
@kimyouknow kimyouknow deleted the fix/readme-logo-image-path branch February 25, 2026 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants