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