From cc15590d0be74e316b8754ee165f2d7e9713f693 Mon Sep 17 00:00:00 2001 From: ramackersjp Date: Mon, 22 Apr 2024 06:22:10 +0200 Subject: [PATCH] init --- vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.js b/vite.config.js index 3b455b09..e0eef9bf 100644 --- a/vite.config.js +++ b/vite.config.js @@ -51,6 +51,7 @@ export default defineConfig({ short_name: "Piped", background_color: "#000000", theme_color: "#fa4b4b", + display: "minimal-ui", icons: [ { src: "./img/icons/android-chrome-192x192.png", sizes: "192x192", type: "image/png" }, { src: "./img/icons/android-chrome-512x512.png", sizes: "512x512", type: "image/png" },