Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

gatsby-plugin-favicons

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-favicons

Generate favicons for your Gatsby website

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

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

Keywords

gatsby

FAQs

Package last updated on 05 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts