forked from WycliffeAssociates/en_btr_frontend
Load Colossians 1:1 when the site loads so that we avoid a mostly blank page
This commit is contained in:
parent
7d71abe814
commit
677425b9d3
|
@ -0,0 +1,7 @@
|
|||
import Route from '@ember/routing/route';
|
||||
|
||||
export default class IndexRoute extends Route {
|
||||
beforeModel(/* transition */) {
|
||||
this.transitionTo('verse', 'colossians-1-1');
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue