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;