Skip to content

Commit 7aa4105

Browse files
committed
revert
1 parent d569edf commit 7aa4105

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/next/src/build/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2145,8 +2145,7 @@ export default async function build(
21452145
// If there was no result, there's nothing more to do.
21462146
if (!exportResult) return
21472147

2148-
const postBuildSpinner = createSpinner('Finalizing page optimization')
2149-
ssgNotFoundPaths = exportConfig.ssgNotFoundPaths
2148+
ssgNotFoundPaths = Array.from(exportConfig.ssgNotFoundPaths)
21502149

21512150
// remove server bundles that were exported
21522151
for (const page of staticPages) {

0 commit comments

Comments
 (0)