added some api

This commit is contained in:
Jelaletdin12
2025-11-13 21:56:30 +05:00
parent fdec9e4b0e
commit 21b9e88c5c
22 changed files with 2268 additions and 930 deletions

View File

@@ -12,8 +12,13 @@ const nextConfig: NextConfig = {
},
images: {
unoptimized: true,
remotePatterns: [
{
protocol: "https",
hostname: "shop.post.tm",
},
],
},
/* config options here */
}
export default withNextIntl(nextConfig)