diff --git a/gui/copy.js b/gui/copy.js index b3d451c90..5fdebd85a 100644 --- a/gui/copy.js +++ b/gui/copy.js @@ -7,7 +7,8 @@ const nextStandalonePath = path.join( '.next', 'standalone', 'public', - '_next' + '_next', + 'static' ); function copyFolderRecursiveSync(src, dest) {