From 155279e8d3ba56c52dbe2b40a0b331014f7d5dd3 Mon Sep 17 00:00:00 2001 From: Ofek Ashery Date: Tue, 27 Oct 2020 05:03:06 +0200 Subject: [PATCH] docs: add short link for icons (#406) --- next.config.js | 5 +++++ 1 file changed, 5 insertions(+) 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', + }, ] }, }