Skip to content

Commit

Permalink
update intro metatag title
Browse files Browse the repository at this point in the history
  • Loading branch information
kapable committed Dec 20, 2024
1 parent b47ced3 commit 6015c3d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/Basic/Intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,14 @@ class Intro extends Component {
name='title'
content={
this.state.current_test.info.mainTitle +
'- 케이테스트 | MBTI 테스트 검사'
'- 케이테스트 | MBTI 테스트 검사 | 사주, 궁합'
}
/>
<meta
name='description'
content={
this.state.current_test.info.subTitle +
'- 케이테스트 | MBTI 테스트 검사'
'- 케이테스트 | MBTI 테스트 검사 | 사주, 궁합'
}
// data-react-helmet='true'
/>
Expand Down Expand Up @@ -283,14 +283,14 @@ class Intro extends Component {
property='og:title'
content={
this.state.current_test.info.mainTitle +
'- 케이테스트 | MBTI 테스트 검사'
'- 케이테스트 | MBTI 테스트 검사 | 사주, 궁합'
}
/>
<meta
property='og:description'
content={
this.state.current_test.info.subTitle +
'- 케이테스트 | MBTI 테스트 검사'
'- 케이테스트 | MBTI 테스트 검사 | 사주, 궁합'
}
/>
<meta
Expand All @@ -309,14 +309,14 @@ class Intro extends Component {
property='twitter:title'
content={
this.state.current_test.info.mainTitle +
'- 케이테스트 | MBTI 테스트 검사'
'- 케이테스트 | MBTI 테스트 검사 | 사주, 궁합'
}
/>
<meta
property='twitter:description'
content={
this.state.current_test.info.subTitle +
'- 케이테스트 | MBTI 테스트 검사'
'- 케이테스트 | MBTI 테스트 검사 | 사주, 궁합'
}
/>
<meta
Expand Down

0 comments on commit 6015c3d

Please sign in to comment.