Skip to content

Commit

Permalink
feat: Modify the target directory infiniflow#1841
Browse files Browse the repository at this point in the history
  • Loading branch information
cike8899 committed Nov 7, 2024
1 parent 2b06eea commit 2c82015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gui/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const nextStandalonePath = path.join(
'.next',
'standalone',
'public',
'_next'
'_next',
'static'
);

function copyFolderRecursiveSync(src, dest) {
Expand Down

0 comments on commit 2c82015

Please sign in to comment.