fix: add netlify.toml to publish from preview/ directory

This commit is contained in:
julioest
2026-02-23 20:27:27 -05:00
parent b88e07d446
commit de87a3e398

3
netlify.toml Normal file
View File

@@ -0,0 +1,3 @@
[build]
publish = "preview/"
command = "echo 'Static site — no build needed'"