diff --git a/docs/app/(home)/page.tsx b/docs/app/(home)/page.tsx index ea6b472..d34cc01 100644 --- a/docs/app/(home)/page.tsx +++ b/docs/app/(home)/page.tsx @@ -4,7 +4,7 @@ export default function HomePage() { return (

- Typograph + goodbye world

Write GraphQL in plain TypeScript. Typograph turns ordinary JavaScript diff --git a/docs/app/layout.tsx b/docs/app/layout.tsx index ebc1938..dea3369 100644 --- a/docs/app/layout.tsx +++ b/docs/app/layout.tsx @@ -15,8 +15,8 @@ const geistMono = Geist_Mono({ export const metadata = { title: { - default: "Typograph", - template: "%s | Typograph", + default: "goodbye world", + template: "%s | goodbye world", }, description: "A pure TypeScript library for building GraphQL schemas with full end-to-end type safety.", diff --git a/docs/lib/layout.shared.tsx b/docs/lib/layout.shared.tsx index a75e48b..3851e24 100644 --- a/docs/lib/layout.shared.tsx +++ b/docs/lib/layout.shared.tsx @@ -3,7 +3,7 @@ import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared"; export function baseOptions(): BaseLayoutProps { return { nav: { - title: "Typograph", + title: "goodbye world", }, links: [ {