Skip to content

Commit

Permalink
🔧 chore: update plugin gateway url
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 19, 2023
1 parent 4f034dd commit 7c25d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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`,
},
];
Expand Down

0 comments on commit 7c25d3a

Please sign in to comment.