From 9fc578cfca0a75c93e9be8d945573dce988f2448 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Fri, 4 Jul 2025 18:51:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index e6f7abf..357c534 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,4 @@ -import { BASE_URL } from './api/constants'; +import { BASE_URL } from './api/constants.js'; /** @type {import('next').NextConfig} */ const nextConfig = { eslint: { @@ -36,7 +36,7 @@ const nextConfig = { return [ { source: '/api/proxy/:path*', - destination: 'https://77.smartvideo.py.qikongjian.com/:path*', + destination: BASE_URL+'/:path*', }, { source: '/api/resources/:path*',