Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
244 changes: 208 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@fastly/http-compute-js": "1.1.5",
"@netlify/blobs": "^8.2.0",
"@netlify/build": "^32.2.0",
"@netlify/config": "^23.0.1",
Copy link
Contributor Author

@pieh pieh May 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added dev dependency is used only in integration tests fixture setup - it's not being used otherwise

"@netlify/edge-bundler": "^13.0.3",
"@netlify/edge-functions": "^2.12.0",
"@netlify/eslint-config-node": "^7.0.1",
Expand Down
Loading
Loading