From 80080f97c131fc535160b0c4d06452b368fef383 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Fri, 4 Jul 2025 18:54:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index cf650f1..c2bfd48 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,4 @@ -import { BASE_URL } from './api/constants.ts'; +const BASE_URL = 'https://movieflow.api.huiying.video' /** @type {import('next').NextConfig} */ const nextConfig = { eslint: {