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
So when social media bots scrape my FastBoot routes, they take the first property. But they should take the second one.
How can I get ember-cli-head to render its stuff either at the beginning of the head, or replace tags that are already present in the head in index.html?
The text was updated successfully, but these errors were encountered:
I have a problem where my app index is not prerendered, but nested routes are (served via different origins).
I want to be able to have default tags in my
index.html
and override it usingember-cli-head
when needed.In my index.html I would like to have:
But when using
ember-cli-head
in some nested routes, duplicates happen:I get duplicates for
og:title
.So when social media bots scrape my FastBoot routes, they take the first property. But they should take the second one.
How can I get
ember-cli-head
to render its stuff either at the beginning of the head, or replace tags that are already present in the head inindex.html
?The text was updated successfully, but these errors were encountered: