We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77b3a2 commit ca4f2bdCopy full SHA for ca4f2bd
src/components/PageMetadata.tsx
@@ -2,9 +2,10 @@ import Head from "next/head"
2
import { useRouter } from "next/router"
3
import { useTranslation } from "next-i18next"
4
5
+import { getOgImage } from "@/lib/utils/metadata"
6
import { filterRealLocales } from "@/lib/utils/translations"
7
import { getFullUrl } from "@/lib/utils/url"
-import { getOgImage } from "@/lib/utils/metadata"
8
+
9
import { SITE_URL } from "@/lib/constants"
10
11
type NameMeta = {
0 commit comments