fix: 🐛 Add background color for PWA

This commit is contained in:
Jesse Wierzbinski 2024-06-15 13:10:59 -10:00
parent cd37eba691
commit 8792e56f03
No known key found for this signature in database

View file

@ -24,6 +24,7 @@ export default defineNuxtConfig({
short_name: "Lysand",
description: "Frontend for the Lysand social network",
theme_color: "#f9a8d4",
background_color: "#131313",
display: "standalone",
lang: "en",
categories: ["social", "development"],