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

netlify.toml 275 B

2 years ago
12345678910111213141516
  1. [build.environment]
  2. NODE_VERSION = "16"
  3. [build]
  4. publish = "dist"
  5. command = "pnpm run build"
  6. [[redirects]]
  7. from = "/*"
  8. to = "/index.html"
  9. status = 200
  10. [[headers]]
  11. for = "/manifest.webmanifest"
  12. [headers.values]
  13. Content-Type = "application/manifest+json"

No Description