We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ipx v2.0.0-1
IPX_FS_MAX_AGE=10 npx ipx@next-2 serve --dir ./ # ok! It returns `cache-control`. # curl -I "http://localhost:3000/_/modal.jpg" 2>&1 | grep -i 'cache' # cache-control: max-age=10, public, s-maxage=10 IPX_MAX_AGE=10 npx ipx@next-2 serve --dir ./ # ng. It does not return `cache-control`. # curl -I "http://localhost:3000/_/modal.jpg" 2>&1 | grep -i 'cache'
sourceMeta is not affected by options. https://github.com/unjs/ipx/blob/v2.0.0-1/src/ipx.ts#L105-L119
sourceMeta
options
No response
The text was updated successfully, but these errors were encountered:
2abe014
Thanks for notice.
Sorry, something went wrong.
No branches or pull requests
Environment
ipx v2.0.0-1
Reproduction
Describe the bug
sourceMeta
is not affected byoptions
.https://github.com/unjs/ipx/blob/v2.0.0-1/src/ipx.ts#L105-L119
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: