From 5e06958b45589a65c55af1f34fcfe06d717553bf Mon Sep 17 00:00:00 2001 From: Cliff Johnson Date: Wed, 20 Dec 2023 12:05:37 -0600 Subject: [PATCH] FEM redirect: Elephant ID EY (#7001) --- app/monorepoUtils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/monorepoUtils.js b/app/monorepoUtils.js index f3af56bb5c..7319195466 100644 --- a/app/monorepoUtils.js +++ b/app/monorepoUtils.js @@ -40,7 +40,8 @@ export const SLUGS = [ 'elliereed185/knitting-leaflet-project', 'dschopper/the-abcs-of-dialect', 'willcharlie/etch-a-cell-correct-a-cell', - 'hughdickinson/galaxy-zoo-clump-scout-ii' + 'hughdickinson/galaxy-zoo-clump-scout-ii', + 'zookeeper/elephant-id-ey' ]; export function usesMonorepo(slug) {