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 = {
title: "Khoj AI - Settings",
description: "Configure Khoj to get personalized, deeper assistance.",
icons: {
icon: "/static/favicon.ico",
icon: "/static/assets/icons/khoj_lantern.ico",
apple: "/static/assets/icons/khoj_lantern_256x256.png",
},
};