react-ark-tools
Version:
Boilerplate and tooling for JavaScript application development with React
28 lines (21 loc) • 586 B
JavaScript
/**
* React App SDK (https://github.com/kriasoft/react-app)
*
* Copyright © 2015-present Kriasoft, LLC. All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE.txt file in the root directory of this source tree.
*/
const config = {
homepage: 'htts://www.kriasoft.com/web-app/',
// Web analytics settings
analytics: {
google: { trackingID: 'UA-XXXXX-Y' },
},
// Deployment settings
deployment: {
repository: 'https://github.com/kriasoft/react-app.git',
branch: 'gh-pages',
},
};
module.exports = config;