| 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-20201227170239-5a520966eaaf // indirect require github.com/onweru/compose v0.0.0-20201227171332-78e63714b371 // indirect exampleSite/go.sum
@@ -82,3 +82,5 @@ github.com/onweru/compose v0.0.0-20201221201530-bce6744be91e/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20201227170239-5a520966eaaf h1:GtoRcMu5TiwjoLeozTCH6hGT+XBmsXFsztRhRhGOPhM= github.com/onweru/compose v0.0.0-20201227170239-5a520966eaaf/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20201227171332-78e63714b371 h1:IiI3bvmBslOI59MzdyiJPzeJUpm+trce+ITAZyEkp0c= github.com/onweru/compose v0.0.0-20201227171332-78e63714b371/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.74.3" HUGO_VERSION = "0.79.1" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" @@ -12,20 +12,20 @@ command = "hugo --gc --minify --enableGitInfo" [context.split1.environment] HUGO_VERSION = "0.74.3" HUGO_VERSION = "0.79.1" HUGO_ENV = "production" [context.deploy-preview] command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] HUGO_VERSION = "0.74.3" HUGO_VERSION = "0.79.1" [context.branch-deploy] command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] HUGO_VERSION = "0.74.3" HUGO_VERSION = "0.79.1" [context.next.environment] HUGO_ENABLEGITINFO = "true"