Skip to content

Commit 892b4dd

Browse files
committed
chore(docs): update metadata
1 parent 094fe66 commit 892b4dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const metadata: Metadata = {
3131
openGraph: {
3232
type: "website",
3333
locale: "en_US",
34-
url: "https://libpdf.com",
34+
url: "https://libpdf.dev",
3535
siteName: "LibPDF",
3636
title: "LibPDF - The PDF library TypeScript deserves",
3737
description:
@@ -43,7 +43,7 @@ export const metadata: Metadata = {
4343
description:
4444
"Parse, modify, sign, and generate PDFs with a modern TypeScript API. The only library with incremental saves that preserve digital signatures.",
4545
},
46-
metadataBase: new URL("https://libpdf.com"),
46+
metadataBase: new URL("https://libpdf.dev"),
4747
};
4848

4949
export default function Layout({ children }: LayoutProps<"/">) {

0 commit comments

Comments
 (0)