Skip to content

Instantly share code, notes, and snippets.

@jazzyjackson
Created July 31, 2017 14:56
Show Gist options
  • Save jazzyjackson/1a7436e916312966193e360b4d47f802 to your computer and use it in GitHub Desktop.
Save jazzyjackson/1a7436e916312966193e360b4d47f802 to your computer and use it in GitHub Desktop.
request.url.split('?')[0].includes('.svg') && response.setHeader('Content-Type','image/svg+xml')
request.url.split('?')[0].includes('.css') && response.setHeader('Content-Type','text/css')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment