We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
did the headData.title from ember-cli-head doesnt replace the old title in app/index.html ?
The text was updated successfully, but these errors were encountered:
same here. but in my case, i set the title tag via ember-cli-meta-tags. for a quick fix, i remove the title tag from index.html
title
Sorry, something went wrong.
I would also expect (prefer?) the <title> to be replaced. Unless you're using FastBoot removing the <title> in index.html isn't so great for SEO.
<title>
@ronco should replacing be the default behaviour? Or an option to replace?
Same issue here... Removing the title from index.html did not fix the issue for me. In my case when I change routes it is adding a new title.
Any workaround for this at the moment?
No branches or pull requests
did the headData.title from ember-cli-head doesnt replace the old title in app/index.html ?
The text was updated successfully, but these errors were encountered: