We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c75b72 commit b323da5Copy full SHA for b323da5
2 files changed
apps/frontend/src/app/(content)/(info)/blog/[id]/page.tsx
@@ -7,7 +7,7 @@ import { PostType, getPostData } from '@web/lib/posts';
7
import { CustomMarkdown } from '@web/modules/shared/components/CustomMarkdown';
8
9
type BlogPageProps = {
10
- params: { id: string };
+ params: Promise<{ id: string }>;
11
};
12
13
export async function generateMetadata({
apps/frontend/src/app/(content)/(info)/help/[id]/page.tsx
type HelpPageProps = {
0 commit comments