diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..104ff1a --- /dev/null +++ b/netlify.toml @@ -0,0 +1,5 @@ +[build] +publish = "_site/" + +# Install deps and build the site +command = "eleventy" \ No newline at end of file