Skip to content

Conversation

Copy link

Copilot AI commented Jul 4, 2025

  • Explore repository structure and understand the codebase
  • Identify that blog posts use MDX with frontmatter including title_image data
  • Locate the theme.config.tsx file where meta tags are configured
  • Understand that the issue requires adding Open Graph meta tags for social media previews
  • Extend the head function in theme.config.tsx to dynamically add social media meta tags
  • Add support for og:image using existing title_image frontmatter data
  • Add other required Open Graph and Twitter Card meta tags (title, description, url, type)
  • Test the implementation with a blog post that has a title_image
  • Verify meta tags appear correctly in page source
  • Take screenshots to verify the implementation

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

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.

2 participants