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
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 3 additions and 0 deletions

View File

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