netlify.toml 297 B

1234567891011121314
  1. [build]
  2. environment = { NODE_VERSION = "14.17.0", YARN_VERSION = "1.22.0"}
  3. [[redirects]]
  4. from = "https://joystream.co"
  5. to = "https://joystream.org"
  6. status = 301
  7. force = true
  8. [[redirects]]
  9. from = "https://www.joystream.co"
  10. to = "https://joystream.org"
  11. status = 301
  12. force = true