From f1701c0f1971e024d84492499a168fc7556f3595 Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Thu, 21 Mar 2024 15:58:39 -0500 Subject: [PATCH] Add FEM redirect for Civil War Bluejackets (#7058) --- app/monorepoUtils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/monorepoUtils.js b/app/monorepoUtils.js index 4a5e4a2f46..1bfc79ada9 100644 --- a/app/monorepoUtils.js +++ b/app/monorepoUtils.js @@ -43,7 +43,8 @@ export const SLUGS = [ 'hughdickinson/galaxy-zoo-clump-scout-ii', 'zookeeper/elephant-id-ey', 'johandmi/arctic-archives-unraveling-greenlands-weather-history', - 'bmtcollections/documentation-detectives-transcribing-accession-registers' + 'bmtcollections/documentation-detectives-transcribing-accession-registers', + 'bluejackets/civil-war-bluejackets' ]; export function usesMonorepo(slug) {