refactor: implement blog fetching and pagination in BlogsPage component
This commit is contained in:
+11
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user