We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4b144 commit 5a2a77dCopy full SHA for 5a2a77d
3 files changed
docs/guide/hosting.md
@@ -159,7 +159,7 @@ publish = 'dist'
159
command = 'npm run build'
160
161
[build.environment]
162
-NODE_VERSION = '20'
+NODE_VERSION = '24'
163
164
[[redirects]]
165
from = '/*'
docs/netlify.toml
@@ -3,7 +3,7 @@ publish = ".vitepress/dist"
3
command = "pnpm run build"
4
5
6
-NODE_VERSION = "20"
+NODE_VERSION = "24"
7
PLAYWRIGHT_BROWSERS_PATH = "0"
8
9
packages/create-app/template/netlify.toml
@@ -3,7 +3,7 @@ publish = "dist"
command = "npm run build"
from = "/.well-known/*"
0 commit comments