react-typescript-test/next.config.mjs

7 lines
117 B
JavaScript
Raw Permalink Normal View History

2024-09-03 19:08:37 +02:00
/** @type {import('next').NextConfig} */
2024-09-04 20:57:29 +02:00
const nextConfig = {
basePath: '/react',
};
2024-09-03 19:08:37 +02:00
export default nextConfig;