Closed GHNewbiee closed 4 years ago
koa-static
internally uses koa-send
to serve files. So all options mainly come from the koa-send
package. If you see the options of koa-send
, it has an option named brotli
but in koa-static
it is mistakenly stated as br
. So please use brotli
option instead of br
. Anyway, thanks for reporting bugs :D
Based on the documentation which refers that
contentServer.br: true
gives an error. See photo below.