From 663143ed5fc3ca67add7909a0b192f46110e6719 Mon Sep 17 00:00:00 2001 From: Luca Martial Date: Fri, 15 May 2026 05:47:23 -0700 Subject: [PATCH] Add docs favicon --- docs-site/app/layout.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs-site/app/layout.tsx b/docs-site/app/layout.tsx index 35a4b1fa..48e12a3f 100644 --- a/docs-site/app/layout.tsx +++ b/docs-site/app/layout.tsx @@ -27,6 +27,10 @@ export const metadata: Metadata = { }, description: "Open-source context infrastructure that makes agentic analytics reliable.", + icons: { + icon: "/brand/ktx-mascot.svg", + shortcut: "/brand/ktx-mascot.svg", + }, }; export default function RootLayout({ children }: { children: ReactNode }) {