Initial commit

This commit is contained in:
payacom
2026-07-07 11:17:33 +03:30
parent aae7a68cda
commit 7af3af4e05
46 changed files with 104 additions and 73 deletions

View File

@@ -13,13 +13,25 @@ const nextConfig = {
remotePatterns: [
{
protocol: 'https',
hostname: 'app.modstagram.ir',
hostname: 'api.modstagram.com',
port: '',
pathname: '/**',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'blog.modstagram.com', // اجازه دادن به نمایش تصاویر وبلاگ
hostname: 'cdn.modstagram.com',
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'app.modstagram.ir',
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'blog.modstagram.com',
port: '',
pathname: '/**',
},