Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 8578254

Browse files
authored
Merge pull request #56 from agile-ts/develop
Develop
2 parents 5debd45 + c751c58 commit 8578254

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docusaurus.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const npmOrgUrl = 'https://www.npmjs.com/package/@agile-ts';
88

99
const customFields = {
1010
copyright: `Created with 💜 in Germany | Copyright © ${new Date().getFullYear()} <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/DevBenno">BennoDev</a>`,
11-
description: 'AgileTs is a spacy, fast, simple State Management Framework',
1211
meta: {
1312
title: 'Spacy State Manager',
1413
image: '/img/meta.png',
@@ -40,7 +39,7 @@ const customFields = {
4039

4140
const config = {
4241
title: 'AgileTs',
43-
tagline: 'AgileTs is a spacy, fast, simple State-Management Framework',
42+
tagline: 'AgileTs is a spacy, fast, simple State Management Framework',
4443
url: customFields.domain,
4544
baseUrlIssueBanner: false,
4645
baseUrl: '/',

src/components/layout/PageLayout/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ const PageLayout: React.FC<Props> = (props) => {
112112
content={`Image for "${metaTitle}"`}
113113
/>
114114
)}
115+
<meta name="twitter:card" content="summary_large_image" />
115116

116117
{/* Keywords */}
117118
{keywords && keywords.length > 0 && (

src/pages/LandingPage/components/HeaderView/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ const HeaderView: React.FC = () => {
3838
defaultText={toTypeWords[0] || 'simple'}
3939
/>
4040
<Spacer height={50} />
41-
<div className={styles.DescriptionText}>
42-
{siteConfig.customFields.description}
43-
</div>
41+
<div className={styles.DescriptionText}>{siteConfig.tagline}</div>
4442
<Spacer height={50} />
4543
<div className={styles.ButtonContainer}>
4644
<PrimaryButton

0 commit comments

Comments
 (0)