You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change resolves the relative note image path to make
an absolute url.
For `blog/post.md` with a ``, the og:image is:
- Before: `siteUrl/media/image.png`
- After: `siteUrl/blog/media/image.png`
0 commit comments