Skip to content

Commit d73a764

Browse files
committed
fix
1 parent 0a7f2df commit d73a764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/doc/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ function Home() {
202202
const context = useDocusaurusContext();
203203
const { siteConfig = {} } = context;
204204
return (
205-
<Layout title={`Hello from ${siteConfig.title}`} description="Description will go into a meta tag in <head />">
205+
<Layout title={siteConfig.title} description="Create react app with microfrontend architecture.">
206206
<header className={clsx('hero hero--primary', styles.heroBanner)}>
207207
<div className="container">
208208
<img className={styles.heroLogo} src="./img/logo-white.svg" alt="" />

0 commit comments

Comments
 (0)