Skip to content

Commit

Permalink
Add open graph meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc1412 committed Feb 3, 2025
1 parent d7fe533 commit efeaaeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ const inter = Inter({subsets: ["latin"]});
export const metadata: Metadata = {
title: "eduMFA",
description: "Up-to-date multifactor authentication for academic institutions",
openGraph: {
title: "eduMFA",
type: "website",
url: "https://edumfa.com",
}
};

export default function RootLayout({children}: Readonly<{ children: React.ReactNode; }>) {
Expand Down

0 comments on commit efeaaeb

Please sign in to comment.