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

Path property in Image model should be relative to media directory #359

Closed
caendesilva opened this issue Aug 7, 2022 · 2 comments · Fixed by #375
Closed

Path property in Image model should be relative to media directory #359

caendesilva opened this issue Aug 7, 2022 · 2 comments · Fixed by #375
Assignees

Comments

@caendesilva
Copy link
Member

No description provided.

@caendesilva
Copy link
Member Author

This bubbles to the og:image property, which should also be resolved relatively:

// expected
'<meta property="og:image" content="../media/image.jpg">',
// actual
'<meta property="og:image" content="media/image.jpg">',

@caendesilva
Copy link
Member Author

caendesilva commented Aug 8, 2022

This bubbles to the og:image property, which should also be resolved relatively:

// expected
'<meta property="og:image" content="../media/image.jpg">',
// actual
'<meta property="og:image" content="media/image.jpg">',

Same issue with itemprops, <meta itemprop="url" content="image.jpg">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant