mirror of
https://github.com/taigrr/homer
synced 2025-01-18 04:53:12 -08:00
Merge pull request #81 from timmillwood/patch-2
Make Homer more "web app" friendly
This commit is contained in:
commit
52ed5af607
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0, viewport-fit=cover">
|
||||||
<meta name="robots" content="noindex">
|
<meta name="robots" content="noindex">
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.png">
|
<link rel="icon" href="<%= BASE_URL %>favicon.png">
|
||||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||||
|
@ -10,6 +10,8 @@ module.exports = {
|
|||||||
publicPath: "",
|
publicPath: "",
|
||||||
pwa: {
|
pwa: {
|
||||||
manifestPath: "assets/manifest.json",
|
manifestPath: "assets/manifest.json",
|
||||||
|
appleMobileWebAppStatusBarStyle: "black",
|
||||||
|
appleMobileWebAppCapable: "yes",
|
||||||
iconPaths: {
|
iconPaths: {
|
||||||
favicon32: "assets/icons/favicon-32x32.png",
|
favicon32: "assets/icons/favicon-32x32.png",
|
||||||
favicon16: "assets/icons/favicon-16x16.png",
|
favicon16: "assets/icons/favicon-16x16.png",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user