updated pwa theme-color
This commit is contained in:
parent
4224d2ba0a
commit
3b7bf2ae7e
|
@ -28,8 +28,8 @@ module.exports = function(state, body = '') {
|
|||
content="${state.baseUrl}${assets.get('send-twitter.jpg')}"
|
||||
/>
|
||||
<meta property="og:url" content="${state.baseUrl}" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
<meta name="msapplication-TileColor" content="#da532c" />
|
||||
<meta name="theme-color" content="#220033" />
|
||||
<meta name="msapplication-TileColor" content="#220033" />
|
||||
|
||||
<link rel="manifest" href="/app.webmanifest" />
|
||||
<link rel="stylesheet" type="text/css" href="/inter.css" />
|
||||
|
|
|
@ -20,7 +20,7 @@ module.exports = function(req, res) {
|
|||
start_url: '/',
|
||||
display: 'standalone',
|
||||
orientation: 'portrait',
|
||||
theme_color: '#ffffff',
|
||||
theme_color: '#220033',
|
||||
background_color: 'white'
|
||||
};
|
||||
res.set('Content-Type', 'application/manifest+json');
|
||||
|
|
Loading…
Reference in New Issue