fix: blog detail unused variable #8

Merged
RizqiSyahrendra merged 1 commits from dev into main 2025-04-21 06:10:06 +00:00

View File

@ -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;