Skip to content

Commit

Permalink
fixed docs title
Browse files Browse the repository at this point in the history
  • Loading branch information
hello391 committed Sep 8, 2024
1 parent 83076d7 commit 2bfb3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import styles from "./index.module.css";
export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
return (
<Layout title={`Hello from ${siteConfig.title}`} description="Description will go into a meta tag in <head />">
<Layout description="Description will go into a meta tag in <head />">
<div className={styles.main}>
<Heading as="h1" className="hero__title">
{siteConfig.title}
Expand Down

0 comments on commit 2bfb3d7

Please sign in to comment.