Test remove theme_color
This commit is contained in:
parent
7cfa839e1c
commit
2923c23672
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ export default defineConfig({
|
||||||
name: CLIENT_NAME,
|
name: CLIENT_NAME,
|
||||||
short_name: CLIENT_NAME,
|
short_name: CLIENT_NAME,
|
||||||
description: 'Minimalistic opinionated Mastodon web client',
|
description: 'Minimalistic opinionated Mastodon web client',
|
||||||
theme_color: '#ffffff',
|
// https://github.com/cheeaun/phanpy/issues/231
|
||||||
|
// theme_color: '#ffffff',
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
src: 'logo-192.png',
|
src: 'logo-192.png',
|
||||||
|
|
Loading…
Add table
Reference in a new issue