Skip to content

Commit

Permalink
Merge pull request #78 from Valik3201/feature/metadata
Browse files Browse the repository at this point in the history
feat(metadata): Update main metadata
  • Loading branch information
Valik3201 authored Jul 20, 2024
2 parents 0b61bb0 + 2a5b76a commit a26ed5b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,24 @@ const ThemeProvider = dynamic(() => import("../context/ThemeContext"), {
});

export const metadata: Metadata = {
title: "Invoices Dashboard",
description: "Effortlessly oversee your invoicing processes",
metadataBase: new URL("https://valik3201-invoice-app.vercel.app/"),
title: "Invoices App",
description:
"Work smarter with the invoice app. Streamline your invoicing process with ease.",
openGraph: {
title: "Invoices App",
description:
"Manage and view all your invoices in one place on the Invoices App.",
type: "website",
url: "https://valik3201-invoice-app.vercel.app/",
siteName: "Invoices App",
},
twitter: {
card: "summary_large_image",
title: "Invoices App",
description:
"Manage and view all your invoices in one place on the Invoices App.",
},
};

export default function RootLayout({
Expand Down
Binary file modified src/app/opengraph-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a26ed5b

Please sign in to comment.