[Bug report] Post prefix is inserted twice for meta property="og:url" #1820
Unanswered
Enichan
asked this question in
Bug Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Operating system
Windows 10
Publii version
0.46.2 (build 16968)
Issue type
Application
Bug description
When a posts prefix is set, the meta property "og:url" inserts the prefix twice, leading to the wrong url. For example on my blog posts have a "posts" prefix, and the og:url is this:
<meta property="og:url" content="https://enikofox.com/posts/posts/introduction-to-bismuth-vm/" />
Meanwhile the canonical link is correct:
<link rel="canonical" href="https://enikofox.com/posts/introduction-to-bismuth-vm/">
This is using the bundled simple theme.
EDIT: According to this issue #1767 this should have been fixed in 0.46.2 but I'm on that version and it's still happening.
Steps to reproduce
Site settings
>URLs
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions