Skip to content

Commit 31b3b31

Browse files
committed
chore: disable redirect to currently.unavailable
1 parent 00adf20 commit 31b3b31

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

next.config.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,4 @@ module.exports = withBundleAnalyzer({
6262
images: {
6363
unoptimized: true,
6464
},
65-
async redirects() {
66-
return [
67-
{
68-
source: "/package/(.*/v/.*)",
69-
destination: "https://www.currently.unavailable",
70-
permanent: false,
71-
},
72-
{
73-
source: "/package/(.*/versions)",
74-
destination: "https://www.currently.unavailable",
75-
permanent: false,
76-
},
77-
];
78-
},
7965
});

0 commit comments

Comments
 (0)