import React from 'react'; import logo from '../assets/icons/logo.png' const Info = () => { const fbMeta = ` ` const twitterMeta = ` ` return (

How to use it with meta tags?

Add this code in the head tag of your site.

{fbMeta}

{twitterMeta}

Don't forget to replace content with your image url

Can I upload a custom icon or my own Image?

Yes. Search custom in the icon option and select it. Now you can upload a custom logo or your own image.

Make sure to upload an icon/image with 1:1 ratio

logo

coverview

Creating cover images for your blogs is now super easy

⭐ Star on Github
); } export default Info;