Files
frontend/next.config.mjs
Amirhossein Mahmoodi a32bcc0161 add v3 basePath
2024-08-05 13:51:10 +03:30

7 lines
114 B
JavaScript

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