File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 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
1010NODE_VERSION = " 20.17.0"
1111HUGO_VERSION = " 0.133.0"
1212
13- [context .production .environment ]
14- HUGO_BASEURL = " https://kubernetes.io/"
15- HUGO_ENV = " production"
16- HUGO_ENABLEGITINFO = " true"
17-
1813[context .deploy-preview ]
1914command = " git submodule update --init --recursive --depth 1 && make deploy-preview && npx -y pagefind --site public"
2015
@@ -28,3 +23,8 @@ command = "git submodule update --init --recursive --depth 1 && make non-product
2823# Ref: https://docs.netlify.com/configure-builds/file-based-configuration/#deploy-contexts
2924publish = " public"
3025command = " 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