ember-fastboot / ember-cli-fastboot

Server-side rendering for Ember.js apps
http://ember-fastboot.com/
MIT License
851 stars 160 forks source link

Blueprint should remove <title> tag from app/index.html if ember-page-title is present #792

Open raido opened 4 years ago

raido commented 4 years ago

Due to constraints on DOM access in Fastboot context, we need to make sure that upon installing ember-cli-fastboot and ember-page-title is present, we remove title element from app/index.html

Main issue on ember-page-title side - https://github.com/adopted-ember-addons/ember-page-title/issues/174

Same change will be done for ember-page-title blueprint.