From 3d111cc30cd6af3e7e7b3d3ffdea236035de8128 Mon Sep 17 00:00:00 2001 From: Debbie Matthews Date: Thu, 17 Apr 2025 14:47:10 -0700 Subject: [PATCH] Redirect sis to 1.42.0 --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index cdd7a994b..659c804b8 100644 --- a/next.config.js +++ b/next.config.js @@ -143,7 +143,7 @@ module.exports = { return [ { source: "/sis/:path*", - destination: "/1.39.0/:path*", + destination: "/1.42.0/:path*", }, { source: `/${LATEST_VERSION}/:path*`,