Skip to content

Commit

Permalink
Fix PWA with buildExcludes (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
annarhughes authored Nov 29, 2023
1 parent d75d6c9 commit b502f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const runtimeCaching = require('next-pwa/cache');
const withPWA = require('next-pwa')({
dest: 'public',
runtimeCaching,
buildExcludes: [/middleware-manifest\.json$/],
buildExcludes: ['app-build-manifest.json'],
});

module.exports = withPWA({
Expand Down

0 comments on commit b502f46

Please sign in to comment.