Back to Wasp

Netlify Toml Config

web/versioned_docs/version-0.22/deployment/deployment-methods/_netlify-toml-config.md

0.23.0179 B
Original Source
toml
[build]
  base = "./.wasp/out/web-app"
  publish = "./build"
  command = "exit 0"

[[redirects]]
  from = "/*"
  to = "/index.html"
  status = 200