aboutsummaryrefslogtreecommitdiff
path: root/netlify.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-05 13:12:33 +0300
committerValentin Popov <valentin@popov.link>2022-11-05 13:12:33 +0300
commitc7fd620a5f66c5e24163b17cab3bdc29a9d07117 (patch)
tree3a7806aa209e1bb4c1778bf1cd10aebec50c94df /netlify.toml
parentf0ffa2f09d14f41cfcaced2d92d4b6bd62386f2f (diff)
downloadpopov.link-c7fd620a5f66c5e24163b17cab3bdc29a9d07117.tar.xz
popov.link-c7fd620a5f66c5e24163b17cab3bdc29a9d07117.zip
Fxied Netlify config file
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index 5c90a87..b830bdf 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,8 +1,8 @@
[build]
# This assumes that the Zola site is in a docs folder. If it isn't, you don't need
# to have a `base` variable but you do need the `publish` and `command` variables.
-base = "docs"
-publish = "docs/public"
+base = ""
+publish = "public"
command = "zola build"
[build.environment]