refactor: implement blog fetching and pagination in BlogsPage component

This commit is contained in:
hamed
2025-11-19 10:55:26 +03:30
parent 4651ae534d
commit 235a64c378
6 changed files with 106 additions and 31 deletions
+11 -1
View File
@@ -8,7 +8,17 @@ const nextConfig = {
missingSuspenseWithCSRBailout: false,
},
images: {
domains: ["back-dev.clinic-pro.ir"],
unoptimized: true,
remotePatterns: [
{
protocol: 'https',
hostname: 'back-dev.clinic-pro.ir',
},
{
protocol: 'https',
hostname: 'clinic-pro-back.ddev.site',
},
],
},
env: {
// Make DEV_MODE available to the application