From 2923c2367248b0ba29359c6cd5d83bda10070bd2 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 24 Dec 2023 23:43:18 +0800 Subject: [PATCH] Test remove theme_color --- vite.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 0cf8a33..1c654f4 100644 --- a/vite.config.js +++ b/vite.config.js @@ -59,7 +59,8 @@ export default defineConfig({ name: CLIENT_NAME, short_name: CLIENT_NAME, description: 'Minimalistic opinionated Mastodon web client', - theme_color: '#ffffff', + // https://github.com/cheeaun/phanpy/issues/231 + // theme_color: '#ffffff', icons: [ { src: 'logo-192.png',