lang full

This commit is contained in:
payacom
2026-08-16 11:42:39 +03:30
parent c879976c56
commit 0c6e1a7125
101 changed files with 565082 additions and 1137 deletions

View File

@@ -23,12 +23,6 @@ const nextConfig = {
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'blog.modstagram.com', // اجازه دادن به نمایش تصاویر وبلاگ
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'api.modstagram.com',
@@ -96,20 +90,7 @@ const nextConfig = {
];
},
// ۴. فقط وبلاگ — API/storage از Route Handler پروکسی می‌شوند
async rewrites() {
return [
{
source: '/blog',
destination: 'https://blog.modstagram.com/blog',
},
{
source: '/blog/:path*',
destination: 'https://blog.modstagram.com/blog/:path*',
},
];
},
// ۵. تنظیمات هدرها
// ۴. تنظیمات هدرها
async headers() {
return [
{