File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 23
23
included_files = [
24
24
" ./src/intl/**/*" ,
25
25
" !./public/**/*" ,
26
+ " node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/router-context*" ,
27
+ " node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context*" ,
28
+ " node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context*" ,
26
29
]
27
30
28
31
[functions .___netlify-handler ]
29
32
included_files = [
30
33
" ./src/intl/**/*" ,
31
34
" !./public/**/*" ,
35
+ " node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/router-context*" ,
36
+ " node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context*" ,
37
+ " node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context*" ,
32
38
]
You can’t perform that action at this time.
0 commit comments