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',
|
manifestFilename: 'manifest.json',
|
||||||
manifest: {
|
manifest: {
|
||||||
name: 'pl-fe',
|
name: 'NiceCrew',
|
||||||
short_name: 'pl-fe',
|
short_name: 'ncd-fe',
|
||||||
description: 'Mastodon-compatible social media front-endx',
|
description: 'NiceCrew beta frontend',
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
src: '/instance/images/logo.png',
|
src: '/instance/images/logo.png',
|
||||||
@ -75,7 +75,7 @@ const config = defineConfig(({ command }) => ({
|
|||||||
],
|
],
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
display_override: ['window-controls-overlay'],
|
display_override: ['window-controls-overlay'],
|
||||||
theme_color: '#d80482',
|
theme_color: '#0475C2',
|
||||||
categories: ['social'],
|
categories: ['social'],
|
||||||
share_target: {
|
share_target: {
|
||||||
params: {
|
params: {
|
||||||
|
|||||||
Reference in New Issue
Block a user