refactor: update favicon and apple-touch-icon paths
This commit is contained in:
parent
f179b1aedb
commit
59a5a93869
4 changed files with 5 additions and 0 deletions
BIN
public/assets/icons/favicon.ico
Normal file
BIN
public/assets/icons/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 162 KiB |
BIN
public/assets/images/apple-touch-icon.png
Normal file
BIN
public/assets/images/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB |
|
|
@ -22,6 +22,11 @@ const geistMono = Geist_Mono({
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "André Kempf | Portfolio",
|
title: "André Kempf | Portfolio",
|
||||||
description: "My personal portfolio, built with React (Next.js)",
|
description: "My personal portfolio, built with React (Next.js)",
|
||||||
|
icons: {
|
||||||
|
icon: "/assets/icons/favicon.ico",
|
||||||
|
shortcut: "/assets/icons/favicon.ico",
|
||||||
|
apple: "/assets/images/apple-touch-icon.png",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue