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: {