tools/netlify.toml

8 lines
198 B
TOML

[build]
publish = "guestbook" # or the directory that contains your index.html
functions = "functions"
[[redirects]]
from = "/functions/*"
to = "/.netlify/functions/:splat"
status = 200