From 47c1da04a23dcb467330a9f4595391c0dcc9e815 Mon Sep 17 00:00:00 2001 From: Ashwin kumar Date: Fri, 26 Nov 2021 16:50:55 +0530 Subject: [PATCH] Fixed the broken route links --- redirects.js | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/redirects.js b/redirects.js index c9cf0b1..5adecae 100644 --- a/redirects.js +++ b/redirects.js @@ -172,6 +172,27 @@ module.exports = [ from: "/author/anand", to: "/author/anand-narayan", }, + { + from: "/design/patterns/2014/04/28/ruby-decorators.html", + to: "/ruby-decorators", + }, + { + from: "/react-lite-ui", + to: "https://react-lite-ui.netlify.app/react-lite-ui/", + }, + { + from: "/react-lite-ui/documentation", + to: "https://react-lite-ui.netlify.app/react-lite-ui/documentation", + }, + { + from: "/react-lite-ui/playground", + to: "https://react-lite-ui.netlify.app/react-lite-ui/playground", + }, + { + from: "/react-lite-ui/documentation?component=card", + to: + "https://react-lite-ui.netlify.app/react-lite-ui/documentation?component=card", + }, /** * TEMPORARY REDIRECTS TO AVOID GOOGLE'S PENALTY @@ -308,16 +329,16 @@ module.exports = [ to: "/tag/react-js", }, { - from: '/tag/angularjs', - to: '/' + from: "/tag/angularjs", + to: "/", }, { - from: '/tag/financial', - to: '/' + from: "/tag/financial", + to: "/", }, { - from: '/tag/rails', - to: '/' + from: "/tag/rails", + to: "/", }, { from: "/tag/nodejs", @@ -411,6 +432,10 @@ module.exports = [ from: "/service-vertical/web/", to: "/", }, + { + from: "/vuejs-development", + to: "/", + }, /** * TEMPORARY REDIRECTS ENDS HERE */