From 47862f25bdb772e88ff07dd8c40b3fa1fffcf329 Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Date: Mon, 17 Jan 2022 14:57:55 +0100 Subject: [PATCH] fix: manifest standalone moduan jartzen du --- front/gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/gatsby-config.js b/front/gatsby-config.js index 1dcd0bc..1a69113 100644 --- a/front/gatsby-config.js +++ b/front/gatsby-config.js @@ -31,7 +31,7 @@ module.exports = { start_url: '/', background_color: `#fd3447`, theme_color: `#fd3447`, - display: `minimal-ui`, + display: `standalone`, icon: `src/images/logo.png`, }, },