From 667ce06ee280da6588cf2b9c9c12dbe4cb73050f Mon Sep 17 00:00:00 2001 From: lrmn7 Date: Thu, 20 Jun 2024 07:05:13 +0700 Subject: [PATCH] "Update destination URL for /mybot route from https://bot.lrmn.fun/ to https://meww.me/" --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index e6938f6..6f4d11a 100644 --- a/next.config.js +++ b/next.config.js @@ -32,7 +32,7 @@ module.exports = { }, { source: '/mybot', - destination: 'https://bot.lrmn.fun/', + destination: 'https://meww.me/', permanent: true, }, {