from-to search route

This commit is contained in:
2025-05-26 17:36:30 +03:00
parent c761c60818
commit 46945e32a8
8 changed files with 207 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ const nextConfig: NextConfig = {
protocol: 'http', // для локал девеломпента
hostname: '127.0.0.1',
port: '8000',
pathname: '/media/uploads/**',
pathname: '/media/**',
},
{
protocol: 'https',