Skip to content

Commit

Permalink
fix: dark theme for splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Oct 22, 2023
1 parent d51c6a2 commit a916e4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ export default {
short_name: TITLE,
description: DESCRIPTION,
lang: 'fr',
display: 'standalone'
display: 'standalone',
background_color: '#000000'
},
workbox: {
cleanupOutdatedCaches: true
Expand Down

0 comments on commit a916e4c

Please sign in to comment.