From 26001356995cff8dacdbf3085c5d78af58a2f692 Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Aranburu Date: Thu, 28 Dec 2023 11:31:25 +0100 Subject: [PATCH] chore: PWA kentzen du --- front/gatsby-config.js | 12 ------------ front/package.json | 1 - 2 files changed, 13 deletions(-) diff --git a/front/gatsby-config.js b/front/gatsby-config.js index e1d20e6..bc38bdf 100644 --- a/front/gatsby-config.js +++ b/front/gatsby-config.js @@ -25,18 +25,6 @@ module.exports = { }, 'gatsby-transformer-sharp', 'gatsby-plugin-sharp', - { - resolve: 'gatsby-plugin-manifest', - options: { - name: 'Laba', - short_name: 'Laba', - start_url: '/', - background_color: `#ffffff`, - theme_color: `#ffffff`, - display: `standalone`, - icon: `src/assets/favicon.svg`, - }, - }, { resolve: 'gatsby-plugin-react-svg', options: { diff --git a/front/package.json b/front/package.json index d17d737..c4b31d0 100644 --- a/front/package.json +++ b/front/package.json @@ -21,7 +21,6 @@ "dayjs": "^1.11.10", "gatsby": "^5.12.11", "gatsby-plugin-image": "^3.12.3", - "gatsby-plugin-manifest": "^5.12.3", "gatsby-plugin-react-helmet": "^6.12.0", "gatsby-plugin-react-svg": "^3.3.0", "gatsby-plugin-sass": "^6.12.3",