Skip to content

Commit 60c33be

Browse files
Merge pull request #5239 from topcoder-platform/seo-fix
Show challenge name title in Social og:title
2 parents b6304f0 + e329fad commit 60c33be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ workflows:
244244
filters:
245245
branches:
246246
only:
247-
- free
247+
- seo-fix
248248
# This is beta env for production soft releases
249249
- "build-prod-beta":
250250
context : org-global

src/shared/containers/challenge-detail/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ class ChallengeDetailPageContainer extends React.Component {
429429
image={getOgImage(challenge)}
430430
siteName="Topcoder"
431431
socialDescription={description}
432-
socialTitle={`${prizesStr}${title}`}
432+
socialTitle={`${prizesStr}${challenge.name}`}
433433
title={title}
434434
/>
435435
)

0 commit comments

Comments
 (0)