mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2025-02-08 00:59:05 +01:00
add meta tag
This commit is contained in:
parent
4bd5c2f679
commit
12ba7f624f
@ -85,7 +85,10 @@ module.exports = {
|
||||
inject: false,
|
||||
mobile: true,
|
||||
scripts: appMode ? ['cordova.js'] : null,
|
||||
appMountId: 'app'
|
||||
appMountId: 'app',
|
||||
meta: [
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, minimal-ui, user-scalable=no' }
|
||||
]
|
||||
}),
|
||||
new GoogleFontsPlugin({
|
||||
fonts: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user