-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Remove Default Docusaurus Preview Image
Description
The current preview image (social card) that appears when sharing links to our documentation in Discord and other platforms is the default Docusaurus promotional image. This image is not relevant to the current content of our website and should be removed or replaced.
Current Implementation
- The image is configured in
docusaurus.config.tson line 103:image: 'img/docusaurus-social-card.jpg' - The image file is located at
static/img/docusaurus-social-card.jpg
Proposed Solution
We have two options:
- Remove the image reference from the configuration (though this may result in platforms choosing random content from the page as preview)
- Replace it with a custom image that better represents MyCoder
Technical Details
- This image is used for Open Graph metadata which provides rich previews when sharing links
- If we create a custom image, it should maintain the 1200x675 pixel dimensions for optimal display
Acceptance Criteria
- The default Docusaurus image no longer appears when sharing links
- If replacing with a custom image, it should properly represent MyCoder
- Preview works correctly in social platforms like Discord
Priority
Medium - This is a branding/visual issue, not a functional one
Metadata
Metadata
Assignees
Labels
No labels