Merge pull request 'fix: blog detail unused variable' (#8) from dev into main
Reviewed-on: #8
This commit is contained in:
commit
58bba75d71
@ -7,9 +7,6 @@ import { headers } from "next/headers";
|
||||
import Image from "next/image";
|
||||
import { notFound } from "next/navigation";
|
||||
|
||||
const metaDesc =
|
||||
"Explore the latest insights, news, and resources on the Dynamic Realty blog. Read our articles today.";
|
||||
|
||||
export async function generateMetadata(props: { params: Promise<{ slug: string }> }): Promise<Metadata> {
|
||||
const metadata = await getDefaultMetadata();
|
||||
const params = await props.params;
|
||||
|
Loading…
x
Reference in New Issue
Block a user