Feature/faaliyat rozane cartable

This commit is contained in:
2024-12-23 08:20:46 +00:00
committed by AmirHossein Mahmoodi
parent f2ef4cd1db
commit 4b25071e41
75 changed files with 3722 additions and 236 deletions

View File

@@ -1,6 +1,14 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: '/v3',
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'rms.witel.ir',
},
],
},
};
export default nextConfig;