Skip to content

Commit a775123

Browse files
committed
fix: HomepageHeader
1 parent 392dd45 commit a775123

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pages/index.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import Layout from '@theme/Layout';
55
import Heading from '@theme/Heading';
66

77
import styles from './index.module.css';
8+
import { JSX } from 'react';
89

910
function HomepageHeader() {
1011
const {siteConfig} = useDocusaurusContext();
@@ -24,8 +25,8 @@ export default function Home(): JSX.Element {
2425
const {siteConfig} = useDocusaurusContext();
2526
return (
2627
<Layout
27-
title={`Hello from ${siteConfig.title}`}
28-
description="Description will go into a meta tag in <head />">
28+
title={`ExpTech Studio`}
29+
description="ExpTech Studio 技術文件">
2930
<HomepageHeader />
3031
</Layout>
3132
);

0 commit comments

Comments
 (0)