From 7c25d3a51afdef9750aaab563ed31d77c54d1669 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Sat, 19 Aug 2023 12:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20update=20plugin=20gatew?= =?UTF-8?q?ay=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 2e33e837942b..e30d5cbe3e80 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -5,7 +5,7 @@ const API_END_PORT_URL = process.env.API_END_PORT_URL || ''; // chat plugin market const PLUGIN_RUNNER_BASE_URL = - process.env.PLUGIN_RUNNER_BASE_URL || 'https://lobe-chat-plugin-market.vercel.app'; + process.env.PLUGIN_RUNNER_BASE_URL || 'https://chat-plugins.lobehub.vercel.app'; const withPWA = nextPWA({ dest: 'public', @@ -36,7 +36,7 @@ const nextConfig = { }, { source: '/api/plugins', - // refs to: https://github.com/lobehub/chat-plugin-market + // refs to: https://github.com/lobehub/chat-plugin-server destination: `${PLUGIN_RUNNER_BASE_URL}/api/v1/runner`, }, ];