We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5534b00 commit 9d2d237Copy full SHA for 9d2d237
apps/docs/app/[lang]/[[...slug]]/page.tsx
@@ -60,7 +60,7 @@ export default async function Page(props: { params: Promise<{ slug?: string[]; l
60
const page = source.getPage(slug, lang)
61
if (!page) notFound()
62
63
- const data = page.data as PageData & {
+ const data = page.data as unknown as PageData & {
64
_openapi?: { method?: string }
65
getAPIPageProps?: () => ApiPageProps
66
}
0 commit comments