Skip to content

Commit 2499b3d

Browse files
committed
Re-add moving page chunks
1 parent 7970d65 commit 2499b3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/.stats-app/stats-config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ const clientGlobs = [
3434
]
3535

3636
const renames = [
37+
{
38+
srcGlob: '.next/static/chunks/pages',
39+
dest: '.next/static/BUILD_ID/pages',
40+
},
3741
{
3842
srcGlob: '.next/static/BUILD_ID/pages/**/*.js',
3943
removeHash: true,

0 commit comments

Comments
 (0)