diff --git a/next.config.js b/next.config.js index 01b9be8..f396552 100644 --- a/next.config.js +++ b/next.config.js @@ -59,6 +59,11 @@ const nextConfig = { permanent: true, destination: '/en-us', }, + { + source: '/icons', + permanent: true, + destination: '/en-us/components/icons', + }, ] }, }