From 2e21df31a7fd1c5d89bcc937a7ec98639dc9bc29 Mon Sep 17 00:00:00 2001 From: Charles Garrett Date: Tue, 4 Jun 2024 10:50:08 -0400 Subject: [PATCH] fix: /use-cases/cao link --- next.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.js b/next.config.js index ad228c7e..7469d0d6 100644 --- a/next.config.js +++ b/next.config.js @@ -179,6 +179,11 @@ const nextConfig = { destination: 'https://github.com/near/stakewars-iv', permanent: false, }, + { + source: '/use-cases/:path*', + destination: `${appGatewayHostname}/use-cases/:path*`, + permanent: false, + }, { source: '/validators', destination: 'https://pages.near.org/validators',