Improved assets
This commit is contained in:
@ -16,7 +16,7 @@ func Get(ctx *aero.Context) string {
|
||||
"og:description": description,
|
||||
"og:type": "website",
|
||||
"og:url": "https://" + ctx.App.Config.Domain,
|
||||
"og:image": "https://" + ctx.App.Config.Domain + "/images/brand/600",
|
||||
"og:image": "https://" + ctx.App.Config.Domain + "/images/brand/600.png",
|
||||
},
|
||||
Meta: map[string]string{
|
||||
"description": description,
|
||||
|
@ -19,7 +19,7 @@ func Test(ctx *aero.Context) string {
|
||||
notification := &arn.Notification{
|
||||
Title: "Anime Notifier",
|
||||
Message: "Yay, it works!",
|
||||
Icon: "https://" + ctx.App.Config.Domain + "/images/brand/300",
|
||||
Icon: "https://" + ctx.App.Config.Domain + "/images/brand/300.png",
|
||||
}
|
||||
|
||||
user.SendNotification(notification)
|
||||
|
Reference in New Issue
Block a user