feat: add favicon and update site title in layout
This commit is contained in:
parent
190cf27b01
commit
820711ed5f
BIN
public/images/icons/favicon_bw_round.ico
Normal file
BIN
public/images/icons/favicon_bw_round.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
public/images/logos/PP_Logo_BW_round.png
Normal file
BIN
public/images/logos/PP_Logo_BW_round.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
@ -15,8 +15,11 @@ const geistMono = Geist_Mono({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Create Next App",
|
title: "Profit Planet",
|
||||||
description: "Generated by create next app",
|
description: "Generated by create next app",
|
||||||
|
icons: {
|
||||||
|
icon: "/images/icons/favicon_bw_round.ico",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user