Skip to content

Commit

Permalink
Fix metadata of example page
Browse files Browse the repository at this point in the history
  • Loading branch information
ypresto committed Oct 7, 2024
1 parent 9d5f7c3 commit 644d9e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ const geistMono = localFont({
});

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "next-navigation-guard Example",
description:
"Demo for next-navigation-guard library which provides a navigation guard for Next.js.",
};

export default function RootLayout({
Expand Down

0 comments on commit 644d9e2

Please sign in to comment.