2.0.0 • Published 5 years ago

gatsby-plugin-favicons v2.0.0

Weekly downloads
467
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago