Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mengqi92 committed Apr 3, 2024
1 parent 314166a commit 67e08aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[year]/[month]/[day]/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function page({ params }) {
}

export function generateMetadata(params: { params: { slug: string; }; }) {
return generatePostMetadata(params);
return generatePostMetadata(params);
}

export async function generateStaticParams() {
Expand Down

0 comments on commit 67e08aa

Please sign in to comment.