We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48735f commit 05e8171Copy full SHA for 05e8171
lib/steps/setupRedirects.js
@@ -70,7 +70,7 @@ const setupRedirects = () => {
70
if (hasRootCatchAll) {
71
const rootCatchAllIndex = redirects.findIndex(isRootCatchAllRedirect);
72
// Add general "no-op" redirect before the root catch-all redirect
73
- redirects.splice(rootCatchAllIndex, 0, "/_next/* /_next/:splat 200");
+// redirects.splice(rootCatchAllIndex, 0, "/_next/* /_next/:splat 200");
74
}
75
76
// Write redirects to _redirects file
0 commit comments