Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
lima-vm
GitHub Repository: lima-vm/lima
Path: blob/master/website/netlify.toml
1637 views
1
# Hugo build configuration for Netlify
2
# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)
3
4
[build]
5
command = "make -C .. docsy && npm run build:preview"
6
publish = "public"
7
8
[build.environment]
9
GO_VERSION = "1.25.0"
10
11
[context.production]
12
command = "make -C .. docsy && npm run build:production"
13
14
[[redirects]]
15
from = "/community"
16
to = "/docs/community"
17
status = 301
18
force = true
19
20