mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 21:29:13 +00:00
Add icons, improve description of home, chat & search page metadata
This commit is contained in:
@@ -5,8 +5,11 @@ import "../globals.css";
|
|||||||
const inter = Noto_Sans({ subsets: ["latin"] });
|
const inter = Noto_Sans({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Khoj AI - Chat",
|
title: "Khoj AI - Chat",
|
||||||
description: "Use this page to chat with Khoj AI.",
|
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',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -5,8 +5,11 @@ import "./globals.css";
|
|||||||
const inter = Noto_Sans({ subsets: ["latin"] });
|
const inter = Noto_Sans({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Khoj AI - Chat",
|
title: "Khoj AI - Home",
|
||||||
description: "Use this page to chat with Khoj AI.",
|
description: "Your open, personal AI.",
|
||||||
|
icons: {
|
||||||
|
icon: '/static/favicon.ico',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import "../globals.css";
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Khoj AI - Search",
|
title: "Khoj AI - Search",
|
||||||
description: "Search through all the documents you've shared with Khoj AI using natural language queries.",
|
description: "Find anything in documents you've shared with Khoj using natural language queries.",
|
||||||
icons: {
|
icons: {
|
||||||
icon: '/static/favicon.ico',
|
icon: '/static/favicon.ico',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user