Skip to content

Commit 457b050

Browse files
karan925tyaga001
authored andcommitted
Add Tailwind CSS configuration and update page title
1 parent 659543e commit 457b050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function Home(): JSX.Element {
4646
const { siteConfig } = useDocusaurusContext();
4747
return (
4848
<Layout
49-
title={`Hello from ${siteConfig.title}`}
49+
title={`Docs`}
5050
description="Description will go into a meta tag in <head />"
5151
>
5252
<HomepageHeader />

0 commit comments

Comments
 (0)