Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jekyll SEO Tag v2.8.0 incorrect image path on posts #3

Open
Allen-Dio opened this issue Nov 7, 2023 · 0 comments
Open

Jekyll SEO Tag v2.8.0 incorrect image path on posts #3

Allen-Dio opened this issue Nov 7, 2023 · 0 comments

Comments

@Allen-Dio
Copy link

Tags affected:

  • og:image
  • twitter:image
    When using Jekyll SEO tag the path for images is not correct. Path should include /assets/img/blog/ but only includes the filename.
    Example:
    <meta property="og:image" content="https://diode.io/website_dev_2023/messaging.jpeg" />
    Should be:
    <meta property="og:image" content="https://diode.io/website_dev_2023/assets/img/blog/messaging.jpeg" />
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

No branches or pull requests

1 participant