Skip to content

Commit

Permalink
Merge pull request #464 from memser-spaceport/fix/perfomance-testing-fix
Browse files Browse the repository at this point in the history
fix: removed image tag in config and update the pagination component
  • Loading branch information
Thangaraj-Ideas2it authored Dec 26, 2024
2 parents b74c935 + df955c5 commit 2f60a2c
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 2f60a2c

Please sign in to comment.