UNPKG

ember-cli-head

Version:

An addon to easily set document head content via a template.

14 lines (10 loc) 273 B
import EmberRouter from '@ember/routing/router'; import config from './config/environment'; const Router = EmberRouter.extend({ location: config.locationType, rootURL: config.rootURL }); Router.map(function() { this.route('other-page'); }); export default Router;