We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76087f commit 7ddc4ddCopy full SHA for 7ddc4dd
next.config.mjs
@@ -14,19 +14,6 @@ const nextConfig = {
14
15
reactStrictMode: true,
16
// 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
- // },
30
};
31
32
export default nextConfig;
0 commit comments