add map to toll house

This commit is contained in:
2025-12-01 11:05:50 +03:30
parent 04ea72c735
commit 9d10fefaca
16 changed files with 687 additions and 1 deletions

View File

@@ -7,6 +7,10 @@ const nextConfig = {
protocol: 'https',
hostname: process.env.HOST,
},
{
protocol: 'https',
hostname: process.env.HOST_RMTO,
},
],
},
};