Add orientation to web manifest
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
628c55cd84
commit
d19de15c11
@ -14,6 +14,9 @@ module.exports = {
|
|||||||
swSrc: "./src/service-worker.ts",
|
swSrc: "./src/service-worker.ts",
|
||||||
// ...other Workbox options...
|
// ...other Workbox options...
|
||||||
},
|
},
|
||||||
|
manifestOptions: {
|
||||||
|
orientation: "portrait-primary",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
css: {
|
css: {
|
||||||
loaderOptions: {
|
loaderOptions: {
|
||||||
|
Loading…
Reference in New Issue
Block a user