feat: PWA konfigurazioa konpontzen du

This commit is contained in:
Aitor Urrutia
2022-01-17 14:42:28 +01:00
parent 7f5fd87c43
commit 65ad11bb18
3 changed files with 12 additions and 12 deletions

View File

@@ -23,18 +23,18 @@ module.exports = {
'gatsby-transformer-sharp',
'gatsby-plugin-sharp',
'gatsby-plugin-styled-components',
// {
// resolve: `gatsby-plugin-manifest`,
// options: {
// name: 'gatsby-starter-default',
// short_name: 'starter',
// start_url: '/',
// background_color: `#663399`,
// theme_color: `#663399`,
// display: `minimal-ui`,
// icon: `src/images/favicon.png`,
// },
// },
{
resolve: `gatsby-plugin-manifest`,
options: {
name: 'Laba Sarea',
short_name: 'laba',
start_url: '/',
background_color: `#fd3447`,
theme_color: `#fd3447`,
display: `minimal-ui`,
icon: `src/images/logo.png`,
},
},
// 'gatsby-plugin-sitemap',
{
resolve: 'gatsby-plugin-react-svg',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

BIN
front/src/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB