gatsby-plugin-favicons

2.0.0 • Public • Published

gatsby-plugin-favicons

Generate favicons (Android, iOS, etc.) for your Gatsby website.

Based on gatsby-plugin-favicon by Creatiwity, but updated to work with Gatsby v2.

Getting Started

yarn add --dev gatsby-plugin-favicons

Usage

All options except logo are optional.

// gatsby-config.js
plugins: [
  {
    resolve: 'gatsby-plugin-favicons',
    options: {
      logo: './src/logo.svg',
      appName: 'My Website',
      background: '#fff',
      icons: {
        android: true,
        appleIcon: true,
        appleStartup: true,
        coast: false,
        favicons: true,
        yandex: false,
        windows: false
      }
    }
  }
]

Dependents (0)

Package Sidebar

Install

npm i gatsby-plugin-favicons

Weekly Downloads

142

Version

2.0.0

License

MIT

Unpacked Size

24.2 kB

Total Files

16

Last publish

Collaborators

  • mrten