暂无描述
您最多选择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