Skip to content
Snippets Groups Projects
site.config.js 297 B
Newer Older
  • Learn to ignore specific revisions
  • tspuller's avatar
    bla
    tspuller committed
    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',
    };