Fixed image URL on character OG data
This commit is contained in:
parent
646edbfcaf
commit
f6420ed0df
@ -46,7 +46,7 @@ func Get(ctx *aero.Context) string {
|
||||
ctx.Data = &arn.OpenGraph{
|
||||
Tags: map[string]string{
|
||||
"og:title": character.Name,
|
||||
"og:image": character.Image,
|
||||
"og:image": "https:" + character.Image,
|
||||
"og:url": "https://" + ctx.App.Config.Domain + character.Link(),
|
||||
"og:site_name": "notify.moe",
|
||||
"og:description": description,
|
||||
|
Loading…
Reference in New Issue
Block a user