mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-01 05:23:10 -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: {
|
||||
enabled: false,
|
||||
},
|
||||
|
||||
app: {
|
||||
baseURL: process.env.SUB_PATH || "",
|
||||
baseURL: process.env.SUB_PATH || "/",
|
||||
|
||||
head: {
|
||||
title: "Mealie",
|
||||
@@ -219,6 +220,7 @@ export default defineNuxtConfig({
|
||||
workbox: {
|
||||
navigateFallback: "/",
|
||||
globPatterns: ["**/*.{js,css,html,png,svg,ico}"],
|
||||
globIgnores: ["404.html", "200.html"],
|
||||
cleanupOutdatedCaches: true,
|
||||
skipWaiting: true,
|
||||
clientsClaim: true,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user