From d19de15c11f1fce7130ac94e2b955cd802dca3ff Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Wed, 12 May 2021 18:06:37 +0200
Subject: [PATCH] Add orientation to web manifest

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
---
 js/vue.config.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/js/vue.config.js b/js/vue.config.js
index e723a2cf1..d70468226 100644
--- a/js/vue.config.js
+++ b/js/vue.config.js
@@ -14,6 +14,9 @@ module.exports = {
       swSrc: "./src/service-worker.ts",
       // ...other Workbox options...
     },
+    manifestOptions: {
+      orientation: "portrait-primary",
+    },
   },
   css: {
     loaderOptions: {