config.js 318 B

1234567891011
  1. /**
  2. * React Static Boilerplate
  3. * https://github.com/koistya/react-static-boilerplate
  4. * Copyright (c) Konstantin Tarkus (@koistya) | MIT license
  5. */
  6. export default {
  7. title: 'React Static Boilerplate',
  8. description: 'Static website generator for React.js web applications.',
  9. googleAnalyticsId: 'UA-XXXXX-X',
  10. };