get.porter.sh/porter@v1.3.0/netlify.toml (about) 1 [[headers]] 2 # Define which paths this specific [[headers]] block will cover. 3 for = "/*" 4 [headers.values] 5 Access-Control-Allow-Origin = "*" 6 7 [settings] 8 ID = "porter" 9 10 [build] 11 publish = "docs/public" 12 command = "go run mage.go -v Docs" 13 14 [build.environment] 15 HUGO_VERSION = "0.117.0" 16 GO_VERSION = "1.23.3" 17 18 [context.branch-deploy] 19 command = "go run mage.go -v DocsBranchPreview" 20 21 [context.deploy-preview] 22 command = "go run mage.go -v DocsPullRequestPreview"