From afa81d8bd663e6d2accd5fa0100b043e603e530e Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Fri, 16 May 2025 14:19:17 +0100 Subject: [PATCH] updated the url in next config --- next.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.js b/next.config.js index 1d8a9dff..e9540812 100644 --- a/next.config.js +++ b/next.config.js @@ -153,6 +153,10 @@ module.exports = { source: "/fymhorth/achos", destination: "/myportal/case", }, + { + source: "/fymhorth/ceisiadaudns", + destination: "/myportal/dnsapplications", + }, { source: "/fymhorth/achos/id/:slug", destination: "/myportal/case/id/:slug",