We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7f2df commit d73a764Copy full SHA for d73a764
packages/doc/src/pages/index.js
@@ -202,7 +202,7 @@ function Home() {
202
const context = useDocusaurusContext();
203
const { siteConfig = {} } = context;
204
return (
205
- <Layout title={`Hello from ${siteConfig.title}`} description="Description will go into a meta tag in <head />">
+ <Layout title={siteConfig.title} description="Create react app with microfrontend architecture.">
206
<header className={clsx('hero hero--primary', styles.heroBanner)}>
207
<div className="container">
208
<img className={styles.heroLogo} src="./img/logo-white.svg" alt="" />
0 commit comments