Skip to content

Commit

Permalink
add prettierrc and change index page description
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasty-Kiwi committed Mar 28, 2024
1 parent 6f94db2 commit 5421325
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": false,
"semi": false,
"trailingComma": "all"
}
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function HomepageHeader() {
export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext()
return (
<Layout title="" description="Description will go into a meta tag in <head />">
<Layout title="" description="PPL Docs - Documentation for PPL level development">
<HomepageHeader />
</Layout>
)
Expand Down

0 comments on commit 5421325

Please sign in to comment.