nuxt-community / netlify-files-module

Nuxt 2 module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones
MIT License
50 stars 5 forks source link

Why not put files inside /static? #9

Closed Bergrebell closed 4 years ago

Bergrebell commented 4 years ago

What is the benefit of (currently) using this module instead of just putting the _redirects and _headers files inside the /static-directory?

I can imagine how it could be helpful in the future but currently it doesn't make much sense to me.

manniL commented 4 years ago

Because they'd be accessible via /_redirects or /_headers after the deployment

Bergrebell commented 4 years ago

makes sense. thanks for the clarification! :)