Skip to content

Instantly share code, notes, and snippets.

@DuncanFaulkner
Created April 5, 2021 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DuncanFaulkner/bafc549c26249914c031b0bf56c1882a to your computer and use it in GitHub Desktop.
Save DuncanFaulkner/bafc549c26249914c031b0bf56c1882a to your computer and use it in GitHub Desktop.
ssr-5
// to gzip static assets
const compressionModule = require('compression');
app.use(compressionModule());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment