Skip to content

Commit 7ddc4dd

Browse files
committed
fix: config
1 parent f76087f commit 7ddc4dd

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

next.config.mjs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@ const nextConfig = {
1414

1515
reactStrictMode: true,
1616
// reactStrictMode: false,
17-
18-
// Note: redirects() is not working with "next export" :(
19-
// async redirects() {
20-
// const articleRedirects = ARTICLES.map((article) => {
21-
// const slug = article.replace(/ /g, '-');
22-
// return {
23-
// source: `/articles/${slug}`,
24-
// destination: `/article/${slug}`,
25-
// permanent: true,
26-
// };
27-
// });
28-
// return [...articleRedirects];
29-
// },
3017
};
3118

3219
export default nextConfig;

0 commit comments

Comments
 (0)