update logo and vite config
Some checks failed
Some checks failed
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 1.5 KiB |
@ -62,9 +62,9 @@ const config = defineConfig(({ command }) => ({
|
||||
},
|
||||
manifestFilename: 'manifest.json',
|
||||
manifest: {
|
||||
name: 'pl-fe',
|
||||
short_name: 'pl-fe',
|
||||
description: 'Mastodon-compatible social media front-endx',
|
||||
name: 'NiceCrew',
|
||||
short_name: 'ncd-fe',
|
||||
description: 'NiceCrew beta frontend',
|
||||
icons: [
|
||||
{
|
||||
src: '/instance/images/logo.png',
|
||||
@ -75,7 +75,7 @@ const config = defineConfig(({ command }) => ({
|
||||
],
|
||||
display: 'standalone',
|
||||
display_override: ['window-controls-overlay'],
|
||||
theme_color: '#d80482',
|
||||
theme_color: '#0475C2',
|
||||
categories: ['social'],
|
||||
share_target: {
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user