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",
|
||||
// ...other Workbox options...
|
||||
},
|
||||
manifestOptions: {
|
||||
orientation: "portrait-primary",
|
||||
},
|
||||
},
|
||||
css: {
|
||||
loaderOptions: {
|
||||
|
Loading…
Reference in New Issue
Block a user