From fe39856f837beee7351982866f4f10f59fc58f9a Mon Sep 17 00:00:00 2001 From: Michael Shick Date: Wed, 27 Mar 2024 16:47:23 -0600 Subject: [PATCH] fix dest --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 68401fd0..0a62389a 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -137,7 +137,7 @@ const nextConfig = { // TODO Remove this when all-access has been updated { source: '/api/auth/all-access/jwks.json', - destination: '/oidc/jwks.json', + destination: '/api/oidc/jwks.json', permanent: false } ];