Skip to content

Commit 4cb408f

Browse files
jonaslagoniclaude
andcommitted
fix: update netlify.toml for Next.js 16 upgrade
- Node 16 → 20 (required by Next.js 16) - NPM 8 → 10 (matches Node 20) - publish directory .next → out (static export with output: 'export') Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c5f749f commit 4cb408f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modelina-website/netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build]
22
command = "npm ci && npm run build:modelina && npm run build"
3-
publish = ".next"
3+
publish = "out"
44

55
[build.environment]
6-
NODE_VERSION = "16.20.1"
7-
NPM_VERSION = "8.19.4"
6+
NODE_VERSION = "22"
7+
NPM_VERSION = "10"
88
NEXT_PUBLIC_API_PATH = "/.netlify/functions"
99

1010
[functions]

0 commit comments

Comments
 (0)