docs: add short link for icons (#406)

This commit is contained in:
Ofek Ashery
2020-10-27 05:03:06 +02:00
committed by GitHub
parent 6f00dbe64a
commit 155279e8d3

View File

@@ -59,6 +59,11 @@ const nextConfig = {
permanent: true,
destination: '/en-us',
},
{
source: '/icons',
permanent: true,
destination: '/en-us/components/icons',
},
]
},
}