Skip to content

Commit

Permalink
chore: update openGraph title
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed May 29, 2024
1 parent 98c01bc commit 48a9e03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export const metadata: Metadata = {
),

title: {
template: `${t("Multiform Validator")} | %s`,
default: t("Multiform Validator"),
template: `${t("Title")} | %s`,
default: t("Title"),
},

description: t("Description"),
Expand All @@ -32,10 +32,10 @@ export const metadata: Metadata = {
creator: "Gabriel Logan",

openGraph: {
title: t("Multiform Validator"),
description: t("Description"),
title: t("Opengraph title"),
description: t("Opengraph description"),
url: process.env.NEXT_PUBLIC_WEBSITE_URL,
siteName: t("Multiform Validator"),
siteName: t("Title"),
type: "website",
},

Expand Down Expand Up @@ -72,7 +72,7 @@ export const metadata: Metadata = {
},

appleWebApp: {
title: t("Multiform Validator"),
title: t("Title"),
capable: true,
statusBarStyle: "black-translucent",
},
Expand Down
2 changes: 2 additions & 0 deletions docs/src/locales/en/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
},
"HomeLayout": {
"Title": "Multiform Validator",
"Opengraph title": "Multiform Validator - Your Multilingual Validation Library",
"Opengraph description": "Multilingual library made for validation, various form fields, such as: email, image, cpf, cnpj, credit card, magic numbers and much more.",
"Description": "Multilingual library made for validation, various form fields, such as: email, telephone, password, cpf, cnpj, credit card, magic numbers for image mimetype validation and much more.",
"Classification": "Validation Library",
"Support me on Buy me a coffee": "Support me on Buy me a coffee!"
Expand Down

0 comments on commit 48a9e03

Please sign in to comment.