This commit is contained in:
@ -82,7 +82,7 @@ export async function generateMetadata({ params, searchParams }) {
|
||||
const { id } = await params;
|
||||
const { type } = await searchParams;
|
||||
|
||||
console.log("Property type:", type);
|
||||
|
||||
|
||||
const raw = await fetchPropertyForMeta(id, type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user