diff --git a/next.config.js b/next.config.js index eee8db7..f8c5a87 100644 --- a/next.config.js +++ b/next.config.js @@ -36,10 +36,6 @@ const nextConfig = { async rewrites() { // 使用环境变量,如果没有则使用默认值 const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL || 'https://77.smartvideo.py.qikongjian.com' - - console.log('Environment BASE_URL:', process.env) - console.log('Using BASE_URL:', BASE_URL) - return [ { source: '/api/proxy/:path*',