Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

netlify.toml 278B

123456789101112
  1. # example netlify.toml
  2. [build]
  3. command = "vite build"
  4. functions = "netlify/functions"
  5. publish = "dist"
  6. ## Uncomment to use this redirect for Single Page Applications
  7. ## Not needed for static site generators.
  8. [[redirects]]
  9. from = "/*"
  10. to = "/index.html"
  11. status = 200