UNPKG

react-static

Version:

A progressive static site generator for React

11 lines (8 loc) 268 B
// This file is used to configure: // - static-site generation // - Document shell (index.html) // - ...tons of other things! // Get started at https://react-static.js.org export default { maxThreads: 1, // Remove this when you start doing any static generation }