From bb5379f071c465c41b9cf70eef29b6458ca31e01 Mon Sep 17 00:00:00 2001 From: adi <79994811+fauxriarty@users.noreply.github.com> Date: Thu, 4 Apr 2024 19:54:43 +0530 Subject: [PATCH] chore: mapped duolingo blog (#52) --- workers-site/data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workers-site/data.js b/workers-site/data.js index e165772..ce329a9 100644 --- a/workers-site/data.js +++ b/workers-site/data.js @@ -137,5 +137,6 @@ export const redirect = { 'runpod-blog':'https://medium.com/gdg-vit/running-through-the-ai-maze-with-runpod-3d8d72115f28', 'giza-blog':'https://medium.com/gdg-vit/gizas-guide-to-verifiable-ai-0871860eae8c', 'dt':'https://forms.gle/ozTxTY4sHyEpwL7V7', - 'ff-writer':'https://ffwriter.dscvit.com' + 'ff-writer':'https://ffwriter.dscvit.com', + 'duolingo-blog':'https://medium.com/@eshasantosh/decoding-duolingo-how-digital-design-can-shape-language-learning-journeys-8a37f48138fc' }