From 6af6e38c569aa1092c271279807827cb89d18114 Mon Sep 17 00:00:00 2001 From: KIM GYUHO Date: Fri, 19 Jan 2024 16:05:52 +0900 Subject: [PATCH] Update gatsby-config.js Signed-off-by: KIM GYUHO --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index f6e4dc27..5b07aeec 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -54,7 +54,7 @@ module.exports = { options: { name: `JHelper`, short_name: `JHelper`, - start_url: `/`, + start_url: `/JHelper`, background_color: `#182952`, theme_color: `#a2466c`, display: `standalone`,