Skip to content

Commit

Permalink
fix: removed image tag in config and update the pagination component
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanth-ideas2it committed Dec 26, 2024
1 parent b74c935 commit df955c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion hooks/use-list-pagination.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const useListPagination = (props: any) => {
},
{
root: document.body,
rootMargin: '0px 0px 900px 0px',
rootMargin: '0px 0px 2000px 0px',
threshold: 0,
}
);
Expand Down
1 change: 0 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const nextConfig = {
hostname: '**',
},
],
unoptimized: true
},
experimental:{
serverSourceMaps:false
Expand Down

0 comments on commit df955c5

Please sign in to comment.