From 95a7ee405dcae7f643e5cce525989c21f853377c Mon Sep 17 00:00:00 2001
From: nizune <9-nizune@users.noreply.gitlab.insrt.uk>
Date: Fri, 23 Jul 2021 18:55:18 +0000
Subject: [PATCH] Fixed app to portrait only mode for the time being

---
 vite.config.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vite.config.ts b/vite.config.ts
index d887122..39e1b58 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -54,7 +54,7 @@ export default defineConfig({
         description: isNightly ? "Early preview builds of Revolt." : "User-first, privacy-focused chat platform.",
         categories: ["messaging"],
         start_url: "/",
-        orientation: "any",
+        orientation: "portrait",
         display: "standalone",
         background_color: "#101823",
         theme_color: "#101823",
-- 
GitLab