diff --git a/next.config.js b/next.config.js index d07c73f..3fc3ca3 100644 --- a/next.config.js +++ b/next.config.js @@ -10,7 +10,6 @@ const nextConfig = { swcMinify: true, experimental: { webpackBuildWorker: true, - optimizeCss: true, optimizePackageImports: [ "react", "react-dom", diff --git a/src/components/Pagination.tsx b/src/components/Pagination.tsx index b0bae6d..14c8325 100644 --- a/src/components/Pagination.tsx +++ b/src/components/Pagination.tsx @@ -31,13 +31,13 @@ export default function Pagination(props: PaginationProps) { {currentPage > 1 && (
  • {useHref ? ( - - +

    - +

    ) : (