Skip to content

Commit

Permalink
feat(seo): update title for study
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 18, 2020
1 parent 568ccf2 commit 7c10267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/presentation/case-study/case-study.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class CaseStudyComponent implements OnInit {
const param = p.get('case');
const currentCase = this.cases.find((ca) => ca.source === param);
this.title.setTitle(
`${currentCase.displayName} 互联网公司/传统公司 DevOps 案例学习 - Ledge DevOps 知识平台`
`${currentCase.displayName} DevOps 案例学习(互联网公司/传统公司) - Ledge DevOps 知识平台`
);
this.configSource(param);
});
Expand Down
2 changes: 1 addition & 1 deletion src/app/presentation/solution/solution.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class SolutionComponent implements OnInit {
const param = p.get('solution');
const currentCase = this.solutions.find((ca) => ca.source === param);
this.title.setTitle(
`${currentCase.displayName} DevOps 解决方案 - Ledge DevOps 知识平台`
`${currentCase.displayName} DevOps 厂商解决方案 - Ledge DevOps 知识平台`
);
this.configSource(param);
});
Expand Down

0 comments on commit 7c10267

Please sign in to comment.