diff --git a/docs/app/layout.tsx b/docs/app/layout.tsx index fe9e1a6e..c21a2b36 100644 --- a/docs/app/layout.tsx +++ b/docs/app/layout.tsx @@ -15,10 +15,10 @@ export const metadata: Metadata = { default: "Better-Auth.", template: "%s ~ Better Auth", }, - description: "Dev agnostic auth library solution", + description: "The Authentication library for typescript.", openGraph: { title: "Better-auth", - description: "Dev agnostic auth library solution", + description: "The Authentication library for typescript.", url: ENV.NEXT_PUBLIC_WEBSITE_URL, siteName: "Better-auth", locale: "en_US",