Skip to content

Commit

Permalink
fix(caching): remove precaching and navigation fallback
Browse files Browse the repository at this point in the history
should fix email handler being broken
  • Loading branch information
Miodec committed Feb 25, 2024
1 parent 8291749 commit a8285c0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {
Expand Down

0 comments on commit a8285c0

Please sign in to comment.