chore: updated social banner image
This commit is contained in:
@@ -260,6 +260,12 @@ _Add-ons are developed and maintained under **[Hoppscotch Organization](https://
|
|||||||
- Unlimited team members
|
- Unlimited team members
|
||||||
- User roles
|
- User roles
|
||||||
|
|
||||||
|
🚚 **Bulk Edit:** Edit key-value pairs in bulk.
|
||||||
|
|
||||||
|
- Entries are separated by newline
|
||||||
|
- Keys and values are separated by :
|
||||||
|
- Prepend // to any row you want to add but keep disabled
|
||||||
|
|
||||||
**For more features, please read our [documentation](https://docs.hoppscotch.io).**
|
**For more features, please read our [documentation](https://docs.hoppscotch.io).**
|
||||||
|
|
||||||
## **Demo**
|
## **Demo**
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
itemprop: "image",
|
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)
|
// Add to homescreen for Chrome on Android. Fallback for PWA (handled by nuxt)
|
||||||
{
|
{
|
||||||
@@ -155,7 +155,7 @@ export default {
|
|||||||
name: `${options.name} - ${options.shortDescription}`,
|
name: `${options.name} - ${options.shortDescription}`,
|
||||||
description: options.description,
|
description: options.description,
|
||||||
ogHost: process.env.BASE_URL,
|
ogHost: process.env.BASE_URL,
|
||||||
ogImage: `${process.env.BASE_URL}/banner.jpg`,
|
ogImage: `${process.env.BASE_URL}/banner.png`,
|
||||||
twitterCard: "summary_large_image",
|
twitterCard: "summary_large_image",
|
||||||
twitterSite: options.social.twitter,
|
twitterSite: options.social.twitter,
|
||||||
twitterCreator: options.social.twitter,
|
twitterCreator: options.social.twitter,
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 1.5 MiB |
Reference in New Issue
Block a user