Preventing Strapi Auto-Conversion: Retaining Hyphens in Image File Names for SEO

System Information
  • Strapi Version: 4.15.0
  • Operating System: Windows 11
  • Database: postgres
  • Node Version: 18.17.0
  • NPM Version: 9.6.7

“How can I prevent Strapi from automatically replacing hyphens with underscores in image file names? For instance, if I want to retain the original file name ‘zomato-header-image’ without it being changed to ‘zomato_header_image,’ how can I achieve this? I’m particularly concerned about the impact on SEO, and I’d like to know which section of the code I should manually update to ensure that hyphens are not substituted with underscores.”