I am using npm to build my VueJS project. After the project is done building a "dist" folder is created. I have a _redirects file in my dist folder, but every time I deploy my project on netlify it always says
No redirect rules processed. This deploy did not include any redirect rules.
Does anyone know why my _redirects file is not being recognized?