fix(caching): remove precaching and navigation fallback

should fix email handler being broken
This commit is contained in:
Miodec 2024-02-25 13:38:15 +01:00
parent 829174983a
commit a8285c068e

View file

@ -160,14 +160,8 @@ const BUILD_CONFIG = {
clientsClaim: true,
cleanupOutdatedCaches: true,
globIgnores: ["**/.*"],
globPatterns: [
"index.html",
"404.html",
"email-handler.html",
"privacy-policy.html",
"security-policy.html",
"terms-of-service.html",
],
globPatterns: [],
navigateFallback: "",
runtimeCaching: [
{
urlPattern: ({ request, url }) => {