From b563bb5b711166394b0a74f89542d88260e0e2c8 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Fri, 4 Jul 2025 18:52:13 +0800 Subject: [PATCH] update --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 357c534..cf650f1 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,4 @@ -import { BASE_URL } from './api/constants.js'; +import { BASE_URL } from './api/constants.ts'; /** @type {import('next').NextConfig} */ const nextConfig = { eslint: {