- Updated header fetching method to be asynchronous in multiple article page components, improving data retrieval.
- Enhanced the ArticleHeader component to use asynchronous header fetching for improved performance.
- Modified the generateMetadata function to accept props directly and handle parameters asynchronously, ensuring accurate data processing.
- Updated Recipes component to handle props for search parameters asynchronously.
- Changed development script to utilize TurboPack for improved build performance.
- Updated various package dependencies to newer versions, including key libraries such as
next
, react
, and @next/mdx
, enhancing compatibility and performance. - Removed any undefined changes which had no relevant modifications.