Add docs favicon

This commit is contained in:
Luca Martial 2026-05-15 05:47:23 -07:00
parent 44c7524211
commit 663143ed5f

View file

@ -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 }) {