Skip to content

Commit 8952ee2

Browse files
committed
chore: rename dist dir
1 parent ebdefdb commit 8952ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function getServedPath(appPackageJson) {
2828

2929
module.exports = {
3030
dotenv: resolveApp('.env'),
31-
appBuild: resolveApp('build'),
31+
appBuild: resolveApp('docs'),
3232
appPublic: resolveApp('public'),
3333
appHtml: resolveApp('public/index.html'),
3434
appIndexJs: resolveApp('src/index.jsx'),

0 commit comments

Comments
 (0)