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 9961009 commit 4beb508Copy full SHA for 4beb508
tooling/common-config/netlify.toml
@@ -2,14 +2,24 @@
2
ignore = "exit 1" #always build on PR even if you can't detect changes in this folder
3
publish = "public"
4
command = "./deploy-netlify.sh"
5
+
6
+[build.environment]
7
+ GO_VERSION = "1.21.3"
8
+ HUGO_VERSION = "0.136.3"
9
+ NODE_VERSION = "20"
10
+ NPM_FLAGS = "--legacy-peer-deps"
11
12
13
[dev]
14
framework = "hugo"
15
targetPort = 3000
16
command = "hugo server -p 3000"
17
18
[[redirects]]
19
from = "/api/*"
20
to = "/.netlify/functions/:splat"
21
status = 200
22
23
[functions]
24
external_node_modules = ["node-fetch"]
25
0 commit comments