Skip to content

Commit

Permalink
Update [slug].page.ts
Browse files Browse the repository at this point in the history
remove a console log
  • Loading branch information
RiddleTime committed Jun 19, 2024
1 parent cfee20e commit da4c6e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/pages/guide/[slug].page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export default class GuideSlugComponent implements OnInit {

ngOnInit(): void {
this.post.forEach(x => {
console.log(x);
this.meta.updateTag({ name: `og:url`, content: `https://race.elementfuture.com/guide/${x.attributes.slug}` })
this.meta.updateTag({ name: `og:title`, content: `Race Element - Guide | ${x.attributes.title}` })
this.meta.updateTag({ name: `og:description`, content: `${x.attributes.description}` })
Expand Down

0 comments on commit da4c6e8

Please sign in to comment.