Skip to content
Merged
Changes from all commits
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 docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default withMermaid(defineConfig({
['meta', { property: 'og:locale', content: 'en' }],
['meta', { property: 'og:title', content: 'ccusage | Claude Code Usage Analysis' }],
['meta', { property: 'og:site_name', content: 'ccusage' }],
['meta', { property: 'og:image', content: 'https://cdn.jsdelivr.net/gh/ryoppippi/ccusage@main/docs/public/logo.svg' }],
['meta', { property: 'og:image', content: 'https://cdn.jsdelivr.net/gh/ryoppippi/ccusage@main/docs/public/logo.png' }],
Copy link
Contributor

Choose a reason for hiding this comment

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

critical

While changing the OGP image to a PNG is a great idea for better compatibility with social media platforms, this pull request appears to be missing the logo.png file itself. The configuration now points to .../logo.png, but this file is not being added in this PR.

This will result in a 404 error for the og:image, which will prevent any image from showing up. Please ensure you add the logo.png file to the docs/public/ directory as part of this change.

['meta', { property: 'og:url', content: 'https://github.com/ryoppippi/ccusage' }],
],

Expand Down