mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
fix: 🐛 Add background color for PWA
This commit is contained in:
parent
cd37eba691
commit
8792e56f03
|
|
@ -24,6 +24,7 @@ export default defineNuxtConfig({
|
||||||
short_name: "Lysand",
|
short_name: "Lysand",
|
||||||
description: "Frontend for the Lysand social network",
|
description: "Frontend for the Lysand social network",
|
||||||
theme_color: "#f9a8d4",
|
theme_color: "#f9a8d4",
|
||||||
|
background_color: "#131313",
|
||||||
display: "standalone",
|
display: "standalone",
|
||||||
lang: "en",
|
lang: "en",
|
||||||
categories: ["social", "development"],
|
categories: ["social", "development"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue