We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55a3e6 commit 07b4bffCopy full SHA for 07b4bff
1 file changed
netlify.toml
@@ -10,17 +10,5 @@
10
[build.environment]
11
# Sets the Node.js version to 22 (LTS as of early 2026)
12
# This ensures the build environment matches your local setup
13
- NODE_VERSION = "20"
14
-
15
- # Optional: Increase memory if your docs grow very large
16
- # NODE_OPTIONS = "--max-old-space-size=4096"
17
18
-[[headers]]
19
- # Define caching rules for static assets to improve performance
20
- for = "/assets/*"
21
- [headers.values]
22
- Cache-Control = "public, max-age=31536000, immutable"
+ NODE_VERSION = "22"
23
24
-[context.production]
25
- # Optimization for production builds
26
- environment = { NODE_ENV = "production" }
0 commit comments