We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This middleware enables you to override the default mime-type returned with any static resource served.
To override the default mappings, set a mime property in the stored config. This value is passed directly to mime.define(). Example:
mime
module.exports = { mime: { 'text/plain': [ 'php', 'pl' ] } }