From b7ce51cd3379e556a3a6863c05761a962844a284 Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Mon, 17 Jun 2024 13:36:07 -0500 Subject: [PATCH] Add redirect for Newark Digital Archive (#7126) --- app/monorepoUtils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/monorepoUtils.js b/app/monorepoUtils.js index fdf1d7064e..f93701ac9a 100644 --- a/app/monorepoUtils.js +++ b/app/monorepoUtils.js @@ -54,7 +54,8 @@ export const SLUGS = [ 'victorav/spyfish-aotearoa', 'bcosentino/squirrelmapper', 'embeller/offal-wildlife-watching', - 'safmcadmin/fishstory' + 'safmcadmin/fishstory', + 'bethzc/newark-digital-archive' ]; export function usesMonorepo(slug) {