We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6664853 + 132e1ac commit b75ca96Copy full SHA for b75ca96
docusaurus.config.js
@@ -40,7 +40,7 @@ module.exports = {
40
favicon: 'img/newSimotelFavIcon.svg',
41
titleDelimiter:"|",
42
trailingSlash: false,
43
- noIndex: true,
+ noIndex: false,
44
45
i18n: {
46
defaultLocale: 'en',
src/pages/index.js
@@ -17,7 +17,7 @@ function HomepageHeader() {
17
return (
18
<header className={clsx('hero hero--primary', styles.heroBanner)}>
19
<div className="container">
20
- <p className="hero__title">{translate({ message: siteConfig.tagline })}</p>
+ <h1 className="hero__title">{translate({ message: siteConfig.tagline })}</h1>
21
<div className={styles.buttons}>
22
<Link
23
className="button button--secondary button--lg"
0 commit comments