Skip to content
New issue

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

Fastboot Support #43

Closed
rudymacias opened this issue May 29, 2016 · 3 comments
Closed

Fastboot Support #43

rudymacias opened this issue May 29, 2016 · 3 comments

Comments

@rudymacias
Copy link

This add-on is mentioned to support Ember Fastboot apps but I'm unable to see it actually work as expected. It does work normally when EmberJS is loaded, but when viewing the site source contents, the title is the same as written in "app/index.html" file. As a Ember Fastboot app I would expect for the title tag to change based on the configuration set. If this is a Fastboot issue, please disregard my issue. Thanks!

@csheppard
Copy link

Yup my model hooks don't set the title for fastboot

@rudymacias
Copy link
Author

rudymacias commented Jun 29, 2016

@csheppard Hey so I was able to temporarily fix by doing the following:

  1. Remove the <title> tag from the app/index.html file.
  2. Add <title> tag to the app/templates/head.hbs file (of course placing the model title or the desired dynamic content).

And it worked out perfectly for me! Let me know if u need help.

@kellyselden
Copy link

@rudymacias I think you should reopen this. Your workaround of using another addon shouldn't be required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants