Fix Lighthouse SEO metadata issues

This commit is contained in:
AmirReza Jamali
2026-06-17 13:51:49 +03:30
parent 635ca32b3a
commit 85d1fbb20d
11 changed files with 106 additions and 15 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import Link from "next/link";
import { usePathname } from "next/navigation";
const NavigationBar = ({ host }: { host: string }) => {
const NavigationBar = ({ host = "opplenz.com" }: { host?: string }) => {
const pathname = usePathname();
return (