-
Notifications
You must be signed in to change notification settings - Fork 91
Commit 6a8ef66
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 html1 parent 76db058 commit 6a8ef66
File tree
15 files changed
+498
-97
lines changed- src
- build
- content
- run
- tests
- fixtures/simple
- app/api
- slow-not-cacheable-with-html-read
- slow-not-cacheable
- pages
- static
- integration
- utils
15 files changed
+498
-97
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 | + | ||
54 | 55 |
| |
55 | 56 |
| |
56 | 57 |
| |
|
0 commit comments