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

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