Initial commit

This commit is contained in:
payacom
2026-07-09 15:26:46 +03:30
parent ff2009c402
commit edb094e323
65 changed files with 4083 additions and 803 deletions

View File

@@ -11,11 +11,17 @@ const nextConfig = {
// ۲. تنظیمات تصاویر
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'api.modstagram.ir',
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'app.modstagram.ir',
port: '',
pathname: '/**',
pathname: '/**',
},
{
protocol: 'https',
@@ -26,7 +32,7 @@ const nextConfig = {
{
protocol: 'http',
hostname: 'localhost',
port: '',
port: '3004',
pathname: '/**',
},
],
@@ -36,7 +42,7 @@ const nextConfig = {
minimumCacheTTL: 31536000,
},
// ۳. هدایت ترافیک ساب‌فولدر به وردپرس (بخش جدید)
// ۳. فقط وبلاگ — API/storage از Route Handler پروکسی می‌شوند
async rewrites() {
return [
{