fix: make sure the background color is used for the minimal ui

This commit is contained in:
Stefan Imhoff
2023-07-10 16:50:00 +02:00
parent 36aec28a7e
commit a297c22b2c
2 changed files with 0 additions and 3 deletions

View File

@@ -56,8 +56,6 @@ export default defineConfig({
short_name: site.title,
description: site.description,
start_url: '/',
theme_color: '#e7e6e4',
background_color: '#e7e6e4',
display: 'standalone',
}),
serviceWorker({

View File

@@ -146,7 +146,6 @@ const webManifest = isProduction && {
},
{ name: 'author', content: site.author },
{ name: 'generator', content: Astro.generator },
{ name: 'theme-color', content: '#e7e6e4' },
],
}}
/>