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() {