Implemented tab title = current page

This commit is contained in:
2025-12-17 15:26:19 +03:00
parent 3bc52d60c3
commit adcab9eb3c
3 changed files with 44 additions and 4 deletions

View File

@@ -7,6 +7,10 @@ const nextConfig: NextConfig = {
protocol: "https",
hostname: "techmasters.space",
},
{
protocol: "https",
hostname: "tech-masters.guru",
},
],
},
};