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-transformer-sharp',
'gatsby-plugin-sharp', 'gatsby-plugin-sharp',
'gatsby-plugin-styled-components', 'gatsby-plugin-styled-components',
// { {
// resolve: `gatsby-plugin-manifest`, resolve: `gatsby-plugin-manifest`,
// options: { options: {
// name: 'gatsby-starter-default', name: 'Laba Sarea',
// short_name: 'starter', short_name: 'laba',
// start_url: '/', start_url: '/',
// background_color: `#663399`, background_color: `#fd3447`,
// theme_color: `#663399`, theme_color: `#fd3447`,
// display: `minimal-ui`, display: `minimal-ui`,
// icon: `src/images/favicon.png`, icon: `src/images/logo.png`,
// }, },
// }, },
// 'gatsby-plugin-sitemap', // 'gatsby-plugin-sitemap',
{ {
resolve: 'gatsby-plugin-react-svg', 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