forked from extern/homer
Add scope and start_url to PWA manifest
These URLs are relative, so given that manifest.json lives in assets/, these should point to the root of the site
This commit is contained in:
parent
c9a6495186
commit
6868a0911b
@ -21,6 +21,8 @@ export default defineConfig({
|
|||||||
short_name: "Homer",
|
short_name: "Homer",
|
||||||
description: "Home Server Dashboard",
|
description: "Home Server Dashboard",
|
||||||
theme_color: "#3367D6",
|
theme_color: "#3367D6",
|
||||||
|
start_url: "../",
|
||||||
|
scope: "../",
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
src: "./icons/pwa-192x192.png",
|
src: "./icons/pwa-192x192.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user