forked from 77media/video-flow
去掉多余打印
This commit is contained in:
parent
427e51b818
commit
4b0ae8e32c
@ -36,10 +36,6 @@ const nextConfig = {
|
|||||||
async rewrites() {
|
async rewrites() {
|
||||||
// 使用环境变量,如果没有则使用默认值
|
// 使用环境变量,如果没有则使用默认值
|
||||||
const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL || 'https://77.smartvideo.py.qikongjian.com'
|
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 [
|
return [
|
||||||
{
|
{
|
||||||
source: '/api/proxy/:path*',
|
source: '/api/proxy/:path*',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user