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
Custom assets.fileOptions[].contentType values are not applied to the matched files.
assets.fileOptions[].contentType
{ async run() { new sst.aws.Remix("Frontend", { assets: { fileOptions: [ { files: "**/*.webmanifest", contentType: "application/manifest+json", // <- not applied }, { files: ["assets/**/*.css", "assets/**/*.js"], cacheControl: "public,max-age=31536000,immutable", }, ], }, }) }, }
The text was updated successfully, but these errors were encountered:
Corresponding PR: sst/ion#722
Sorry, something went wrong.
fwang
Successfully merging a pull request may close this issue.
Custom
assets.fileOptions[].contentType
values are not applied to the matched files.The text was updated successfully, but these errors were encountered: