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',

View File

@@ -23,6 +23,7 @@
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^2.5.1",
"gatsby-plugin-manifest": "^4.5.1",
"gatsby-plugin-offline": "^5.5.2",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.5.1",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 83 KiB