Update next.config.mjs

This commit is contained in:
Patrick 2024-09-04 20:57:29 +02:00
parent 595b50585b
commit 47e7c006bf

View file

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