- Updated various article page components to use
await
for fetching headers instead of directly calling headers()
, improving the asynchronous behavior (feature). - Modified the
ArticleHeader
component to be asynchronous by adding async
to its definition, allowing it to handle headers more effectively (feature). - Revised the
generateMetadata
function to directly await properties from props
, ensuring consistency in handling parameters and search parameters (feature). - Enhanced the
Recipe
component to await props.params
, simplifying its structure (feature). - Changed the default export of the
Recipes
component to await props.searchParams
, improving data handling (feature). - Updated the development script to use
--turbopack
, aligning with the latest Next.js configuration (feature). - Upgraded several dependencies, including
@next/mdx
, next
, and styled-jsx
, ensuring compatibility with newer versions (bug fix). - Resolved various minor issues related to package resolutions and optional dependencies, enhancing overall stability (bug fix).