| exampleSite/go.mod | ●●●●● patch | view | raw | blame | history | |
| exampleSite/go.sum | ●●●●● patch | view | raw | blame | history | |
| exampleSite/netlify.toml | ●●●●● patch | view | raw | blame | history |
exampleSite/go.mod
@@ -2,4 +2,4 @@ go 1.15 require github.com/onweru/compose v0.0.0-20230228154211-8ae26d6bdbe7 // indirect require github.com/onweru/compose v0.0.0-20230306071927-959873b3cd69 // indirect exampleSite/go.sum
@@ -10,3 +10,5 @@ github.com/onweru/compose v0.0.0-20230228152327-64b50b6403d8/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20230228154211-8ae26d6bdbe7 h1:yoOchdcUGh9Zd4c+SE+Wet5jlC49l0VES9hQDpYkPsc= github.com/onweru/compose v0.0.0-20230228154211-8ae26d6bdbe7/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20230306071927-959873b3cd69 h1:29tpMB7/U5T5v52dmR3eWQB5RMfbUfTjVA9JDvklNf4= github.com/onweru/compose v0.0.0-20230306071927-959873b3cd69/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= exampleSite/netlify.toml
@@ -4,7 +4,7 @@ command = "hugo --gc --minify --baseURL https://docs.neuralvibes.com/" [context.production.environment] HUGO_VERSION = "0.111.0" HUGO_VERSION = "0.111.2" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" @@ -12,20 +12,20 @@ command = "hugo --gc --minify --enableGitInfo" [context.split1.environment] HUGO_VERSION = "0.111.0" HUGO_VERSION = "0.111.2" HUGO_ENV = "production" [context.deploy-preview] command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] HUGO_VERSION = "0.111.0" HUGO_VERSION = "0.111.2" [context.branch-deploy] command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] HUGO_VERSION = "0.111.0" HUGO_VERSION = "0.111.2" [context.next.environment] HUGO_ENABLEGITINFO = "true"