diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..07b4a9a --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[build] +base = "docs/" +command = "npm run docs" +publish = "build/site" \ No newline at end of file