Fix Lighthouse SEO metadata issues
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user