fix: Do not load manifest from CDN

This commit is contained in:
Tom Moor
2023-11-28 08:29:41 -05:00
parent a4341b0d89
commit 9b335b5342
2 changed files with 8 additions and 28 deletions

View File

@@ -115,8 +115,8 @@ export default () =>
short_name: "Outline",
theme_color: "#fff",
background_color: "#fff",
start_url: process.env.URL ?? "/",
scope: process.env.URL ?? "/",
start_url: "/",
scope: ".",
display: "standalone",
// For Chrome, you must provide at least a 192x192 pixel icon, and a 512x512 pixel icon.
// If only those two icon sizes are provided, Chrome will automatically scale the icons