We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6304f0 + e329fad commit 60c33beCopy full SHA for 60c33be
.circleci/config.yml
@@ -244,7 +244,7 @@ workflows:
244
filters:
245
branches:
246
only:
247
- - free
+ - seo-fix
248
# This is beta env for production soft releases
249
- "build-prod-beta":
250
context : org-global
src/shared/containers/challenge-detail/index.jsx
@@ -429,7 +429,7 @@ class ChallengeDetailPageContainer extends React.Component {
429
image={getOgImage(challenge)}
430
siteName="Topcoder"
431
socialDescription={description}
432
- socialTitle={`${prizesStr}${title}`}
+ socialTitle={`${prizesStr}${challenge.name}`}
433
title={title}
434
/>
435
)
0 commit comments