From 35adbda5a7c8301edf66011930a47655b8c6d435 Mon Sep 17 00:00:00 2001 From: Saturn-V Date: Tue, 17 Oct 2023 14:34:04 -0700 Subject: [PATCH] update proxy config --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 5bbd903..0bf4de1 100644 --- a/next.config.js +++ b/next.config.js @@ -18,7 +18,7 @@ module.exports = { value: 'rancher.vzxy.net', }, ], - source: '/api/:path*/about', + source: '/about', destination: '/api/v1/namespaces/sammwise/services/http%3sammwise%380/proxy/about' // Proxy to Backend }, {