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