Update next.config.mjs

This commit is contained in:
Patrick 2024-09-04 21:15:18 +02:00
parent 02156bd30c
commit f6fabd0c2c

View file

@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: '/react',
assetPrefix: '/react',
};
export default nextConfig;