Newer
Older
export default {
siteName: 'I.M. DATA',
siteIcon: 'ion-flash',
footerText: `Isomorphic @ ${new Date().getFullYear()} Created by RedQ, Inc`,
enableAnimatedRoute: false,
apiUrl: 'http://yoursite.com/api/',
google: {
analyticsKey: 'UA-xxxxxxxxx-1',
},
dashboard: '/dashboard',
};