From f6fabd0c2c7f053041ae0421d3d11c80ae9ca39d Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Wed, 4 Sep 2024 21:15:18 +0200 Subject: [PATCH] Update next.config.mjs --- next.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 16effd2..4eef611 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,7 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { basePath: '/react', - assetPrefix: '/react', }; export default nextConfig;