Skip to content

Commit 3cab13f

Browse files
committed
fix: /assets metadata string key
1 parent 2b4b6ec commit 3cab13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/assets/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ export async function generateMetadata({
4848
locale,
4949
slug: ["assets"],
5050
title: t("page-assets-meta-title"),
51-
description: t("page-assets-meta-description"),
51+
description: t("page-assets-meta-desc"),
5252
})
5353
}

0 commit comments

Comments
 (0)