andrioid / gatsby-plugin-social-cards

Automatically generates social preview cards for various social networks
https://www.gatsbyjs.org/packages/gatsby-plugin-social-cards
6 stars 2 forks source link

Can't make it work with gatsby-starter-delog #6

Open geniusit opened 3 years ago

geniusit commented 3 years ago

Hi,

I can't use your plugin with this starter https://github.com/W3Layouts/gatsby-starter-delog

It seems that my config has no effect :

{
      resolve: "gatsby-plugin-social-cards",
      options: {
        authorImage: "./static/assets/me.jpeg",
        // author to use when no auth in frontmatter
        defaultAuthor: "Bertrand Deweer",
        // card design
        design: "card", // 'default' or 'card'
      },
    },

Please could you take a look on it ?

Thank you!