From 9ca8f70f0d6e836ca931168915c9aed02edf8b1d Mon Sep 17 00:00:00 2001 From: Cliff Johnson Date: Mon, 6 May 2024 14:26:48 -0500 Subject: [PATCH] fem redirect: fishstory (#7094) --- app/monorepoUtils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/monorepoUtils.js b/app/monorepoUtils.js index 5ba0c7dbdf..fdf1d7064e 100644 --- a/app/monorepoUtils.js +++ b/app/monorepoUtils.js @@ -53,7 +53,8 @@ export const SLUGS = [ 'victorav/the-koster-seafloor-observatory', 'victorav/spyfish-aotearoa', 'bcosentino/squirrelmapper', - 'embeller/offal-wildlife-watching' + 'embeller/offal-wildlife-watching', + 'safmcadmin/fishstory' ]; export function usesMonorepo(slug) {