Skip to content

Commit

Permalink
fix: ♿ added page metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydrichards committed May 27, 2023
1 parent 4ed2160 commit 80d26ab
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/next.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/vercel.svg

This file was deleted.

Binary file removed src/app/favicon.ico
Binary file not shown.
8 changes: 6 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ const roboto_mono = Roboto_Mono({
});

export const metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Lloyd Richards Design",
description:
"Digital playground of Lloyd Richards, a designer and developer.",
icons: {
icon: "/favicon.svg",
},
};

export default function RootLayout({
Expand Down

1 comment on commit 80d26ab

@vercel
Copy link

@vercel vercel bot commented on 80d26ab May 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.