Skip to content

static-middleware v0.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Nov 04:36
· 29 commits to main since this release
  • BREAKING CHANGE: Now uses @remix-run/response for file and HTML responses instead of @remix-run/fetch-router/response-helpers. The @remix-run/response package is now a peer dependency.

  • Add listFiles option to generate a directory listing when a directory is requested.

    staticFiles('./public', { listFiles: true })