fix: ikonoa zuzentzen du

This commit is contained in:
Aitor Urrutia
2022-01-17 14:51:52 +01:00
parent 65ad11bb18
commit 3cbd3d0db4
4 changed files with 338 additions and 8 deletions

View File

@@ -26,8 +26,8 @@ module.exports = {
{
resolve: `gatsby-plugin-manifest`,
options: {
name: 'Laba Sarea',
short_name: 'laba',
name: 'Laba webgunea',
short_name: 'Laba',
start_url: '/',
background_color: `#fd3447`,
theme_color: `#fd3447`,
@@ -35,6 +35,7 @@ module.exports = {
icon: `src/images/logo.png`,
},
},
'gatsby-plugin-offline',
// 'gatsby-plugin-sitemap',
{
resolve: 'gatsby-plugin-react-svg',