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

@@ -8,7 +8,8 @@ export const metadata: Metadata = {
title: "Khoj AI - Agents",
description: "Find a specialized agent that can help you address more specific needs.",
icons: {
icon: "/static/favicon.ico",
icon: "/static/assets/icons/khoj_lantern.ico",
apple: "/static/assets/icons/khoj_lantern_256x256.png",
},
};