feat: refactor article components to use searchParams for pagination and improve content loading

This commit is contained in:
2026-04-11 01:13:15 -03:00
parent 34a662fb30
commit f62e1c4180
3 changed files with 16 additions and 13 deletions

View File

@@ -10,6 +10,7 @@ const nextConfig: NextConfig = {
},
];
},
cacheComponents: true,
};
export default nextConfig;