fix: seo website url

This commit is contained in:
JOYCEQL
2025-01-12 23:46:44 +08:00
committed by qingchen
parent d9fc2c8cec
commit 9fcc868dcf
@@ -24,7 +24,7 @@ export async function generateMetadata({
params: { locale },
}: Props): Promise<Metadata> {
const t = await getTranslations({ locale, namespace: "common" });
const baseUrl = "https://magic-resume.com";
const baseUrl = "https://magicv.art";
return {
title: t("title"),