remove debug log for matchedCity in generateMetadata function
This commit is contained in:
@@ -12,7 +12,6 @@ import { getCanonicalUrl } from "@/lib/getCanonicalUrl";
|
|||||||
|
|
||||||
export async function generateMetadata() {
|
export async function generateMetadata() {
|
||||||
const { matchedCity } = getStateInfo();
|
const { matchedCity } = getStateInfo();
|
||||||
console.log("Matched City in generateMetadata:", matchedCity);
|
|
||||||
|
|
||||||
const canonicalUrl = getCanonicalUrl();
|
const canonicalUrl = getCanonicalUrl();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user