We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdefdb commit 8952ee2Copy full SHA for 8952ee2
config/paths.js
@@ -28,7 +28,7 @@ function getServedPath(appPackageJson) {
28
29
module.exports = {
30
dotenv: resolveApp('.env'),
31
- appBuild: resolveApp('build'),
+ appBuild: resolveApp('docs'),
32
appPublic: resolveApp('public'),
33
appHtml: resolveApp('public/index.html'),
34
appIndexJs: resolveApp('src/index.jsx'),
0 commit comments