fix: service-worker precache manifest entries not generated correctly (#6815)

This commit is contained in:
Morgan
2026-02-01 02:51:11 +11:00
committed by GitHub
parent 1929d630a1
commit dcf410739e
2 changed files with 396 additions and 263 deletions

View File

@@ -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