Skip to content

Commit

Permalink
fix: og:image path
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoDCube committed Jan 9, 2022
1 parent dc9cd39 commit 52fdaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class AppComponent implements AfterViewInit, OnInit {

this.metaService.addTags([
{ property: 'og:type', content: 'website' },
{ property: 'og:image', content: 'https://verseghy-gimnazium.net/assets/img.svg' },
{ property: 'og:image', content: 'https://verseghy-gimnazium.net/assets/img.png' },
{ property: 'og:description', content: 'Verseghy Ferenc Gimnázium weboldala' },
])
}
Expand Down

0 comments on commit 52fdaa0

Please sign in to comment.