adonisjs / v5-docs

📚 Source code and documentation for the official docs website.
https://v5-docs.adonisjs.com
88 stars 138 forks source link

Drive documentation references both `serveAssets` and `serveFiles` #180

Closed mattkenefick closed 2 years ago

mattkenefick commented 2 years ago

Package version

latest

Describe the bug

Drive documentation seems to reference a config variable called serveAssets and serveFiles interchangeably. In my code, it's defaulted to serveFiles so it seems like the serveAssets may be incorrect.

image

Reproduction repo

No response

thetutlage commented 2 years ago

Yup, its serveFiles. Can you please create a PR for the fix?