mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-02 14:03:12 -05:00
fix: service-worker precache manifest entries not generated correctly (#6815)
This commit is contained in:
@@ -24,8 +24,9 @@ export default defineNuxtConfig({
|
|||||||
devtools: {
|
devtools: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
app: {
|
app: {
|
||||||
baseURL: process.env.SUB_PATH || "",
|
baseURL: process.env.SUB_PATH || "/",
|
||||||
|
|
||||||
head: {
|
head: {
|
||||||
title: "Mealie",
|
title: "Mealie",
|
||||||
@@ -219,6 +220,7 @@ export default defineNuxtConfig({
|
|||||||
workbox: {
|
workbox: {
|
||||||
navigateFallback: "/",
|
navigateFallback: "/",
|
||||||
globPatterns: ["**/*.{js,css,html,png,svg,ico}"],
|
globPatterns: ["**/*.{js,css,html,png,svg,ico}"],
|
||||||
|
globIgnores: ["404.html", "200.html"],
|
||||||
cleanupOutdatedCaches: true,
|
cleanupOutdatedCaches: true,
|
||||||
skipWaiting: true,
|
skipWaiting: true,
|
||||||
clientsClaim: true,
|
clientsClaim: true,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user