Skip to content

how to use Content-Encoding:gzip #11

Description

@jackieli123723

how to use Content-Encoding:gzip such as

const serverFactory = require('spa-server');
const port = process.env.PORT || 7200
const server = serverFactory.create({
  path: './dist',
  port: port,
  fallback: '/index.html'
});

//gzip css js img ???
server.start(); 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions