Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit e74b120

Browse files
committed
fix: try to fix netlify
1 parent f6b99fc commit e74b120

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

netlify.toml

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
[build.environment]
66
NODE_VERSION = "18.12.0"
77

8+
[functions]
9+
included_files = [
10+
"node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/router-context*",
11+
"node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context*",
12+
"node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context*",
13+
]
14+
815
[[headers]]
916
for = "/*"
1017
[headers.values]

0 commit comments

Comments
 (0)