mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-07-03 14:07:11 +02:00
fix: seo website url
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user