Skip to content

Commit 6a8ef66

Browse files
authored
fix: only set permament caching header when reading html file when it's not during server initialization AND when read html is Next produced fully static html (#2935)
* chore: adjust pattern for sites->projects rename * fix: handle case of env not being defined for edge functions * test: add test cases for unexpected permanent cdn cache control cases * fix: only set permament caching header when reading html file when its not during server initialization AND when read html is Next produced fully static html
1 parent 76db058 commit 6a8ef66

File tree

15 files changed

+498
-97
lines changed

15 files changed

+498
-97
lines changed

package-lock.json

Lines changed: 208 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"@fastly/http-compute-js": "1.1.5",
5252
"@netlify/blobs": "^8.2.0",
5353
"@netlify/build": "^32.2.0",
54+
"@netlify/config": "^23.0.1",
5455
"@netlify/edge-bundler": "^13.0.3",
5556
"@netlify/edge-functions": "^2.12.0",
5657
"@netlify/eslint-config-node": "^7.0.1",

0 commit comments

Comments
 (0)