Add apple favicon, load favicons for each web app page from assets folder

This commit is contained in:
Debanjum Singh Solanky
2024-08-10 15:53:51 +05:30
parent a7623e64fa
commit fc411091c8
9 changed files with 15 additions and 8 deletions

View File

@@ -9,7 +9,8 @@ export const metadata: Metadata = {
description:
"Ask anything. Khoj will use the internet and your docs to answer, paint and even automate stuff for you.",
icons: {
icon: "/static/favicon.ico",
icon: "/static/assets/icons/khoj_lantern.ico",
apple: "/static/assets/icons/khoj_lantern_256x256.png",
},
};