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

Commit e4a649d

Browse files
authored
fix: netlify (#661)
1 parent f6b99fc commit e4a649d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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]

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"@fortawesome/react-fontawesome": "^0.1.16",
3232
"@headlessui/react": "^1.4.2",
3333
"@heroicons/react": "^1.0.5",
34-
"@netlify/plugin-nextjs": "^4.40.1",
3534
"axios": "^1.6.2",
3635
"dayjs": "^1.11.10",
3736
"framer-motion": "^7.5.3",

0 commit comments

Comments
 (0)