1. 18 11月, 2020 3 次提交
  2. 16 11月, 2020 1 次提交
  3. 14 11月, 2020 4 次提交
  4. 13 11月, 2020 6 次提交
  5. 12 11月, 2020 5 次提交
  6. 11 11月, 2020 5 次提交
  7. 10 11月, 2020 1 次提交
    • S
      Add etag header to optimized image response (#18986) · 95734265
      Steven 提交于
      Fixes #18563 by adding the etag header to the optimized image response.
      
      This does _not_ change the expireAt (TTL) for cached files on the server, which still uses the max-age of the upstream response.
      
      The new file format on disk for cached image files is the following:
      
      ```
      .next/cache/images/<HASHED_QUERYSTRING>/<EXPIREAT>.<ETAG>.<EXT>
      ```
      95734265
  8. 09 11月, 2020 3 次提交
  9. 08 11月, 2020 2 次提交
  10. 07 11月, 2020 4 次提交
  11. 06 11月, 2020 6 次提交