fix: content-disposition inline should apply to all resource types (closes #728)

This commit is contained in:
Jacky Zhao
2024-01-28 22:12:01 -08:00
parent b5ca7798ef
commit 2eaeb6086c
2 changed files with 2 additions and 2 deletions

View File

@@ -347,7 +347,7 @@ export async function handleBuild(argv) {
directoryListing: false,
headers: [
{
source: "**/*.html",
source: "**/*.*",
headers: [{ key: "Content-Disposition", value: "inline" }],
},
],