Skip to content

Commit

Permalink
fix: remove additional path caching for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JanStevens committed Mar 7, 2024
1 parent e8d0ba0 commit 70e6330
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ const withPWA = withSerwistInit({
swSrc: 'src/app/sw.ts',
swDest: 'public/sw.js',
cacheOnFrontEndNav: true,
additionalPrecacheEntries: [
{ url: '/scenario/2', revision: process.env.npm_package_version },
],
});

const securityHeaders = [
Expand Down

0 comments on commit 70e6330

Please sign in to comment.