mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
fix: potential-pwa-fix-3 (#1992)
* force redirect when authenticated * set start_url to empty string per - https://stackoverflow.com/questions/64608408/workbox-is-precaching-urls-without-revision-info-standalone-true-this-is-gene
This commit is contained in:
parent
4d98d2174e
commit
5dab70fe7e
2 changed files with 12 additions and 2 deletions
|
@ -312,6 +312,7 @@ export default {
|
|||
ogSiteName: "Mealie",
|
||||
},
|
||||
manifest: {
|
||||
start_url: "",
|
||||
lang: "en",
|
||||
name: "Mealie",
|
||||
title: "Mealie",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue