fix(seo): correct canonicals and navigation semantics
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const SITE_URL = process.env.NEXT_PUBLIC_SITE_URL || "https://poyrazavsever.com";
|
||||
import { SITE_URL } from "@/lib/seo";
|
||||
|
||||
function serializeJsonLd(data: object) {
|
||||
return JSON.stringify(data).replace(/</g, "\\u003c");
|
||||
|
||||
Reference in New Issue
Block a user