forked from abner/for-legacy-web
Fixed app to portrait only mode for the time being
parent
38157ae14b
commit
95a7ee405d
|
|
@ -54,7 +54,7 @@ export default defineConfig({
|
||||||
description: isNightly ? "Early preview builds of Revolt." : "User-first, privacy-focused chat platform.",
|
description: isNightly ? "Early preview builds of Revolt." : "User-first, privacy-focused chat platform.",
|
||||||
categories: ["messaging"],
|
categories: ["messaging"],
|
||||||
start_url: "/",
|
start_url: "/",
|
||||||
orientation: "any",
|
orientation: "portrait",
|
||||||
display: "standalone",
|
display: "standalone",
|
||||||
background_color: "#101823",
|
background_color: "#101823",
|
||||||
theme_color: "#101823",
|
theme_color: "#101823",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue