How to disable trailing slash in Netlify Redirect

• 1 min read

I found the solution here, which is:

  • Check ‘Disable asset optimization’
  • Disable Pretty URLs
  • Enable the remainder of the options

It works!