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
Per advise of the fast boot add-on i'm using https://github.com/kimroen/ember-cli-document-title to set titles. In the running app this is respected, but not in the outputted static html...
Haven't tested the other addons to set other meta tags, but I'm guessing those aren't respected either...
The text was updated successfully, but these errors were encountered:
As far as I can tell, ember-cli-document-title doesn't really work right with fastboot unless you also use ember-cli-head, and follow these instructions.
This is not caused by prember, you can verify by running your app under fastboot without prember and you'll see that titles are missing there too.
I just added some test coverage to verify that we can definitely set <title> and <meta> tags from within prember.
<title>
<meta>
Sorry, something went wrong.
No branches or pull requests
Per advise of the fast boot add-on i'm using https://github.com/kimroen/ember-cli-document-title to set titles. In the running app this is respected, but not in the outputted static html...
Haven't tested the other addons to set other meta tags, but I'm guessing those aren't respected either...
The text was updated successfully, but these errors were encountered: