rsnext/test/integration/production
Shu Ding c9863c8794
Reduce the size of web server (#34767)
By moving `setRevalidateHeaders` to a separate file we can shake off the dependency of `etag` and a polyfill for `Buffer` from the web server (which brings hundreds of kilobytes).

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
2022-02-24 19:53:17 +00:00
..
components Fix dynamic css unloading (#17173) 2020-11-03 05:23:31 +00:00
pages Ensure optional chaining in swc matches babel (#33995) 2022-02-04 17:08:01 +00:00
public Add CSP to Image Optimization API (#28620) 2021-08-30 16:51:47 +00:00
static/data Fix the route redirect error when we've multiple path params. (#2652) 2017-07-26 22:31:49 +05:30
test Reduce the size of web server (#34767) 2022-02-24 19:53:17 +00:00
info.json Use our static file rendering machanism to serve pages. 2018-01-13 10:36:50 +05:30
next.config.js Add image config for dangerouslyAllowSVG and contentSecurityPolicy (#34431) 2022-02-16 19:28:22 +00:00