diff --git a/apps/fronted/src/app/(public)/[locale]/layout.tsx b/apps/fronted/src/app/(public)/[locale]/layout.tsx index 85e2dc2..778d9ad 100644 --- a/apps/fronted/src/app/(public)/[locale]/layout.tsx +++ b/apps/fronted/src/app/(public)/[locale]/layout.tsx @@ -24,7 +24,7 @@ export async function generateMetadata({ params: { locale }, }: Props): Promise { const t = await getTranslations({ locale, namespace: "common" }); - const baseUrl = "https://magic-resume.com"; + const baseUrl = "https://magicv.art"; return { title: t("title"),