add lang and raise maximum scale
This commit is contained in:
parent
7e2d4d0fef
commit
5e19902709
@ -105,7 +105,7 @@ let
|
||||
|
||||
templateHtml = pkgs.writeText "template.html" ''
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
|
||||
<title>${prettyName}</title>
|
||||
|
@ -119,7 +119,7 @@ let plugins = (env, argv) => [
|
||||
minify: argv.mode == 'production' ? htmlMin : false,
|
||||
template: './template.html',
|
||||
meta: {
|
||||
viewport: 'width=320, initial-scale=1, maximum-scale=1'
|
||||
viewport: 'width=320, initial-scale=1, maximum-scale=5'
|
||||
}
|
||||
}),
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user