Ingen beskrivning
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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