From b7a82832c3df12806bcb8be54971a08911cbb5c0 Mon Sep 17 00:00:00 2001 From: Ewan Lyon Date: Sat, 30 Mar 2024 16:40:01 +1100 Subject: [PATCH] update schedule redirect --- apps/nextjs/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nextjs/next.config.js b/apps/nextjs/next.config.js index 42ccc47..0dab38d 100644 --- a/apps/nextjs/next.config.js +++ b/apps/nextjs/next.config.js @@ -78,7 +78,7 @@ const nextConfig = { }, { source: "/schedule", - destination: "/ASGX2024/schedule", + destination: "/ASDH2024/schedule", permanent: false, }, {