Skip to content

Commit

Permalink
docs: add main page title (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Outpox authored Jan 23, 2025
1 parent 658512b commit 0fa5f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ark/docs/app/(home)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default ({ children }: LayoutProps): React.ReactElement => (
children: <FloatYourBoat kind="header" />
}}
>
<title>ArkType</title>
{children}
</HomeLayout>
)

0 comments on commit 0fa5f1c

Please sign in to comment.