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-04 21:13:28 +02:00
|
|
|
assetPrefix: '/react',
|
2024-09-04 20:57:29 +02:00
|
|
|
};
|
2024-09-03 19:08:37 +02:00
|
|
|
|
|
|
|
export default nextConfig;
|