Skip to content

Commit a34692a

Browse files
committed
welp
1 parent 416adea commit a34692a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

next.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ export default withSerwistInit({
1515
swSrc: 'src/app/sw.ts',
1616
swDest: 'public/sw.js',
1717
injectionPoint: '__SW_MANIFEST',
18-
include: [/\.(css|js|ts|jsx|tsx|html|png|json)/]
18+
include: [/\.(css|js|ts|jsx|tsx|html|png|json)/],
19+
scope: '/dictionary-webapp/'
1920
})(nextConfig);

0 commit comments

Comments
 (0)