From 2c82015e264ac5905d796f2a48240ac7c1fdf7a7 Mon Sep 17 00:00:00 2001 From: bill Date: Thu, 7 Nov 2024 16:32:35 +0800 Subject: [PATCH] feat: Modify the target directory #1841 --- gui/copy.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {