Add orientation to web manifest

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-05-12 18:06:37 +02:00
parent 628c55cd84
commit d19de15c11

View File

@@ -14,6 +14,9 @@ module.exports = {
swSrc: "./src/service-worker.ts",
// ...other Workbox options...
},
manifestOptions: {
orientation: "portrait-primary",
},
},
css: {
loaderOptions: {