From 67033277e544c626292be15c3d0a696c2f9f6443 Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Mon, 24 Jun 2024 12:07:26 -0500 Subject: [PATCH] FEM redirect: Stereovision (#7130) --- app/monorepoUtils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/monorepoUtils.js b/app/monorepoUtils.js index 491cb125e8..989e1ab620 100644 --- a/app/monorepoUtils.js +++ b/app/monorepoUtils.js @@ -57,7 +57,8 @@ export const SLUGS = [ 'safmcadmin/fishstory', 'bethzc/newark-digital-archive', 'chloezycheng/science-scribbler-synapse-safari', - 'md68135/notes-from-nature-cas-plants-to-pixels' + 'md68135/notes-from-nature-cas-plants-to-pixels', + 'juliehgibb/stereovision' ]; export function usesMonorepo(slug) {