Skip to content

Commit

Permalink
Fix for latest Zola (#42)
Browse files Browse the repository at this point in the history
* Fix for latest Zola

* Update min Zola version
  • Loading branch information
Jieiku committed May 5, 2023
1 parent 12e06a3 commit d2c563e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
command = "zola build"

[build.environment]
ZOLA_VERSION = "0.16.0"
ZOLA_VERSION = "0.17.2"

[context.deploy-preview]
command = "zola build --base-url $DEPLOY_PRIME_URL"
Expand Down
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "after-dark"
description = "A robust, elegant dark theme"
license = "MIT"
homepage = "https://github.com/getzola/after-dark"
min_version = "0.11.0"
min_version = "0.17.0"
demo = "https://zola-after-dark.netlify.app"

[extra]
Expand Down

0 comments on commit d2c563e

Please sign in to comment.