File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ command = "git submodule update --init --recursive --depth 1 && make non-product
10
10
NODE_VERSION = " 20.17.0"
11
11
HUGO_VERSION = " 0.133.0"
12
12
13
- [context .production .environment ]
14
- HUGO_BASEURL = " https://kubernetes.io/"
15
- HUGO_ENV = " production"
16
- HUGO_ENABLEGITINFO = " true"
17
-
18
13
[context .deploy-preview ]
19
14
command = " git submodule update --init --recursive --depth 1 && make deploy-preview && npx -y pagefind --site public"
20
15
@@ -28,3 +23,8 @@ command = "git submodule update --init --recursive --depth 1 && make non-product
28
23
# Ref: https://docs.netlify.com/configure-builds/file-based-configuration/#deploy-contexts
29
24
publish = " public"
30
25
command = " git submodule update --init --recursive --depth 1 && make production-build && npx -y pagefind --site public"
26
+
27
+ [context .production .environment ]
28
+ HUGO_BASEURL = " https://kubernetes.io/"
29
+ HUGO_ENV = " production"
30
+ HUGO_ENABLEGITINFO = " true"
You can’t perform that action at this time.
0 commit comments