Skip to content

Commit

Permalink
Merge pull request #718 from chaynHQ/develop
Browse files Browse the repository at this point in the history
Merge Develop onto Main
  • Loading branch information
annarhughes authored Nov 29, 2023
2 parents 47c9107 + b502f46 commit e119238
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 e119238

Please sign in to comment.