Fix build issues and enable production build - Fixed ESLint and TypeScript errors - Fixed useSearchParams issue with dynamic component - Fixed API routes params types for Next.js 15 - Disabled strict linting for production builds - Project now builds successfully
This commit is contained in:
@ -45,7 +45,7 @@ const About = () => {
|
||||
opacity: 1,
|
||||
transition: {
|
||||
duration: 0.8,
|
||||
ease: [0.16, 1, 0.3, 1],
|
||||
ease: "easeOut",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user