From de87a3e39838fb87b083ec5e2cda4301db4c8797 Mon Sep 17 00:00:00 2001 From: julioest Date: Mon, 23 Feb 2026 20:27:27 -0500 Subject: [PATCH] fix: add netlify.toml to publish from preview/ directory --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..ab94f75 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] + publish = "preview/" + command = "echo 'Static site — no build needed'"