mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
10 lines
268 B
TypeScript
10 lines
268 B
TypeScript
import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared";
|
|
import { Logo } from "@/components/logo";
|
|
|
|
export const baseOptions: BaseLayoutProps = {
|
|
nav: {
|
|
title: <Logo />,
|
|
transparentMode: "top",
|
|
},
|
|
githubUrl: "https://github.com/kaelio/ktx",
|
|
};
|