2.0.0 • Published 4 years ago

gatsby-plugin-favicons v2.0.0

Weekly downloads
467
License
MIT
Repository
github
Last release
4 years ago

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
      }
    }
  }
]
2.0.0

4 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago