From 14baca4eb677b04207e3a24de785b84ff95f5bb4 Mon Sep 17 00:00:00 2001 From: dimas Date: Wed, 1 May 2024 15:14:20 +0800 Subject: [PATCH] change base path --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index ed5c4e4..6b3c863 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - basePath: "/", - assetPrefix: "/", + basePath: "", + assetPrefix: "", output: "export", images:{ unoptimized: true