mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Add apple favicon, load favicons for each web app page from assets folder
This commit is contained in:
parent
a7623e64fa
commit
fc411091c8
9 changed files with 15 additions and 8 deletions
|
@ -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",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -7,7 +7,8 @@ export const metadata: Metadata = {
|
|||
title: "Khoj AI - Automations",
|
||||
description: "Use Autoomations with Khoj to simplify the process of running repetitive tasks.",
|
||||
icons: {
|
||||
icon: "/static/favicon.ico",
|
||||
icon: "/static/assets/icons/khoj_lantern.ico",
|
||||
apple: "/static/assets/icons/khoj_lantern_256x256.png",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -5,7 +5,8 @@ export const metadata: Metadata = {
|
|||
description:
|
||||
"Use the Fact Checker with Khoj AI for verifying statements. It can research the internet for you, either refuting or confirming the statement using fresh data.",
|
||||
icons: {
|
||||
icon: "/static/favicon.ico",
|
||||
icon: "/static/assets/icons/khoj_lantern.ico",
|
||||
apple: "/static/assets/icons/khoj_lantern_256x256.png",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -8,7 +8,8 @@ export const metadata: Metadata = {
|
|||
title: "Khoj AI - Home",
|
||||
description: "Your Second Brain.",
|
||||
icons: {
|
||||
icon: "/static/favicon.ico",
|
||||
icon: "/static/assets/icons/khoj_lantern.ico",
|
||||
apple: "/static/assets/icons/khoj_lantern_256x256.png",
|
||||
},
|
||||
manifest: "/static/khoj.webmanifest",
|
||||
};
|
||||
|
|
|
@ -6,7 +6,7 @@ import "katex/dist/katex.min.css";
|
|||
import React, { useEffect, useState } from "react";
|
||||
import useSWR from "swr";
|
||||
import Image from "next/image";
|
||||
import { ArrowCounterClockwise, ClockCounterClockwise } from "@phosphor-icons/react";
|
||||
import { ArrowCounterClockwise } from "@phosphor-icons/react";
|
||||
|
||||
import { Card, CardTitle } from "@/components/ui/card";
|
||||
import SuggestionCard from "@/app/components/suggestions/suggestionCard";
|
||||
|
|
|
@ -7,7 +7,8 @@ export const metadata: Metadata = {
|
|||
description:
|
||||
"Find anything in documents you've shared with Khoj using natural language queries.",
|
||||
icons: {
|
||||
icon: "/static/favicon.ico",
|
||||
icon: "/static/assets/icons/khoj_lantern.ico",
|
||||
apple: "/static/assets/icons/khoj_lantern_256x256.png",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 170 KiB |
Loading…
Add table
Reference in a new issue