Skip to content

Commit

Permalink
try PWA config again - erroring after transition
Browse files Browse the repository at this point in the history
  • Loading branch information
adueck committed Aug 15, 2024
1 parent bbdd7df commit eae6dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineConfig({
// globPatterns: ["**/*.(mp4|m4a)"],
globPatterns: ["*/*.*", "*.*"],
maximumFileSizeToCacheInBytes: 5242880,
cleanupOutdatedCaches: true,
},
includeAssets: ["**/*.(js|html|svg|png|jpg|jpeg|eot|woff|woff2|ttf)"],
filename: "service-worker.js",
Expand Down

0 comments on commit eae6dac

Please sign in to comment.