Conversation
related #230
WalkthroughThe Docusaurus site configuration was updated to set the default social preview image from "img/logo.jpg" to "img/logo.png" in the theme configuration. No other configuration or logic changes were introduced. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Note 🔌 MCP (Model Context Protocol) integration is now available in Early Access!Pro users can now connect to remote MCP servers under the Integrations page to get reviews and chat conversations that understand additional development context. ✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
itdoc-doc/docusaurus.config.ts (1)
62-62: Optional: force large Twitter cards and future-proof social previewsIf you want consistent large previews, add a twitter:card meta and consider a dedicated OG image sized 1200x630.
Add this top-level metadata in docusaurus.config.ts (outside themeConfig):
// at the root 'config' object, e.g., after i18n or plugins metadata: [ { name: "twitter:card", content: "summary_large_image" }, ],
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
itdoc-doc/docusaurus.config.ts(1 hunks)
🔇 Additional comments (1)
itdoc-doc/docusaurus.config.ts (1)
62-62: OG Image Verified – Asset Present and URL Resolves
- The file
static/img/logo.pngexists and matches the configured pathimage: "img/logo.png".- This will be published at https://itdoc.kr/img/logo.png as expected by Docusaurus.
- No changes are needed in
itdoc-doc/docusaurus.config.ts.Reminder: After merging, clear any social-crawler caches (Facebook Sharing Debugger, X/Twitter Card Validator) to pick up the new image.
related #230
Summary by CodeRabbit