Skip to content

Commit 05e8171

Browse files
authored
Update setupRedirects.js
1 parent a48735f commit 05e8171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/steps/setupRedirects.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const setupRedirects = () => {
7070
if (hasRootCatchAll) {
7171
const rootCatchAllIndex = redirects.findIndex(isRootCatchAllRedirect);
7272
// Add general "no-op" redirect before the root catch-all redirect
73-
redirects.splice(rootCatchAllIndex, 0, "/_next/* /_next/:splat 200");
73+
// redirects.splice(rootCatchAllIndex, 0, "/_next/* /_next/:splat 200");
7474
}
7575

7676
// Write redirects to _redirects file

0 commit comments

Comments
 (0)