Created
April 14, 2024 21:49
-
-
Save ciamac-da/3490ea221687fa8f035647218f112d87 to your computer and use it in GitHub Desktop.
Changing Favicon in Nextjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Add icons to Metadata function which is in layout file | |
export const metadata: Metadata = { | |
title: "Create Next App", | |
description: "Generated by create next app", | |
icons: { | |
icon: "./favicon.ico", | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment