説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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