mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2025-02-08 09:09:05 +01:00
add meta tag
This commit is contained in:
parent
4bd5c2f679
commit
12ba7f624f
@ -85,7 +85,10 @@ module.exports = {
|
|||||||
inject: false,
|
inject: false,
|
||||||
mobile: true,
|
mobile: true,
|
||||||
scripts: appMode ? ['cordova.js'] : null,
|
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({
|
new GoogleFontsPlugin({
|
||||||
fonts: [
|
fonts: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user