module.exports = { head: { title: 'Auth Routes', meta: [ { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, { hid: 'description', content: 'Auth Routes example' } ] }, loading: { color: '#3B8070' } }