Skip to content

Commit 07b4bff

Browse files
committed
simplify
1 parent c55a3e6 commit 07b4bff

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

netlify.toml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,5 @@
1010
[build.environment]
1111
# Sets the Node.js version to 22 (LTS as of early 2026)
1212
# 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"
13+
NODE_VERSION = "22"
2314

24-
[context.production]
25-
# Optimization for production builds
26-
environment = { NODE_ENV = "production" }

0 commit comments

Comments
 (0)