From 75673595ced428c8c65d196c22e56c4e1c225d81 Mon Sep 17 00:00:00 2001 From: Cliff Johnson Date: Wed, 21 Aug 2024 11:57:25 -0500 Subject: [PATCH] add redirect for Node Code Breakers (#7155) --- app/monorepoUtils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/monorepoUtils.js b/app/monorepoUtils.js index c0031466fe..2a5615083f 100644 --- a/app/monorepoUtils.js +++ b/app/monorepoUtils.js @@ -61,7 +61,8 @@ export const SLUGS = [ 'juliehgibb/stereovision', 'alexfitzpatrick/bradfords-industrial-heritage-in-photographs', 'talkietoaster/void-orchestra', - 'hjsmith/the-material-culture-of-wills-england-1540-1790' + 'hjsmith/the-material-culture-of-wills-england-1540-1790', + 'effeli/node-code-breakers-looking-for-patterns-in-lymph-nodes' ]; export function usesMonorepo(slug) {