chore: updated social banner image
This commit is contained in:
@@ -55,7 +55,7 @@ export default {
|
||||
},
|
||||
{
|
||||
itemprop: "image",
|
||||
content: `${process.env.BASE_URL}/banner.jpg`,
|
||||
content: `${process.env.BASE_URL}/banner.png`,
|
||||
},
|
||||
// Add to homescreen for Chrome on Android. Fallback for PWA (handled by nuxt)
|
||||
{
|
||||
@@ -155,7 +155,7 @@ export default {
|
||||
name: `${options.name} - ${options.shortDescription}`,
|
||||
description: options.description,
|
||||
ogHost: process.env.BASE_URL,
|
||||
ogImage: `${process.env.BASE_URL}/banner.jpg`,
|
||||
ogImage: `${process.env.BASE_URL}/banner.png`,
|
||||
twitterCard: "summary_large_image",
|
||||
twitterSite: options.social.twitter,
|
||||
twitterCreator: options.social.twitter,
|
||||
|
||||
Reference in New Issue
Block a user