diff options
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/netlify.toml b/netlify.toml index 9314f55..7e16e93 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,14 +1,8 @@ [build] publish = "public" - command = "hugo" + command = "zola build" [build.environment] - HUGO_VERSION = "0.74.0" - -[context.production.environment] - HUGO_ENV = "production" - -[context.branch-deploy.environment] - HUGO_ENABLEGITINFO = "true" + ZOLA_VERSION = "0.12.2" [[redirects]] from = "https://alanpearceeu.netlify.com/*" @@ -78,4 +72,4 @@ for = "/*" [headers.values] Link = ''' -</css/style.css>; rel=preload; as=style''' \ No newline at end of file +</css/style.css>; rel=preload; as=style''' |