Skip to content

Commit e783458

Browse files
committed
patch Next.js CVE-2025-29927 CVSS 9.1 (unaffected)
1 parent b1873ce commit e783458

File tree

3 files changed

+521
-461
lines changed

3 files changed

+521
-461
lines changed

next.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ export default withSerwistInit({
1313
cacheOnNavigation: true,
1414
swSrc: 'src/app/sw.ts',
1515
swDest: 'public/sw.js',
16-
include: [/\.(css|js|ts|jsx|tsx|html|png|json)/],
17-
scope: '/dictionary-webapp/'
16+
include: [/\.(css|js|ts|jsx|tsx|html|png|svg|jpg|jpeg|webp|json)/]
1817
})(nextConfig);

0 commit comments

Comments
 (0)