From a95b35fb3e900a2d2258b0b001e317098fccec87 Mon Sep 17 00:00:00 2001 From: leomet07 Date: Tue, 12 Mar 2024 15:31:33 -0400 Subject: [PATCH] Add redirect for sing --- next.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.js b/next.config.js index bde3e21..850f829 100644 --- a/next.config.js +++ b/next.config.js @@ -47,6 +47,11 @@ module.exports = { destination: "mailto:web@stuyspec.com", permanent: true, }, + { + source: "/department/ae/sing", + destination: "/department/ae/sing!", + permanent: true + }, ]; }, async rewrites() {