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