Fixed app to portrait only mode for the time being

This commit is contained in:
nizune 2021-07-23 18:55:18 +00:00
parent 38157ae14b
commit 95a7ee405d

View file

@ -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",