google-labs-jules[bot] 17e5ae33a8 Fix: Update PageProps for app/content/[slug]/page.tsx
This commit resolves a persistent TypeScript build error:
"Type 'ContentPageProps' does not satisfy the constraint 'PageProps'"
in `app/content/[slug]/page.tsx`.

The `ContentPageProps` interface has been updated to include the
`searchParams` property, aligning it with the expected structure
for Next.js page components in the App Router. This ensures
compatibility with Next.js's internal type definitions for async
server components.
2025-05-22 12:39:55 +00:00
..