From 01298a73fe32bf6275445da8c35d3cc978b72fd1 Mon Sep 17 00:00:00 2001 From: RongkangXiong Date: Tue, 6 Feb 2024 23:33:36 +0800 Subject: [PATCH] Update next.config.js --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index 158a671..f8b8177 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ const isGithubActions = process.env.GITHUB_ACTIONS || false; -const assetPrefix = ""; -const basePath = ""; +let assetPrefix = ""; +let basePath = ""; if (isGithubActions) { // 去掉 `/`