Skip to content

Commit

Permalink
Changed content type
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Nov 23, 2023
1 parent 6e00018 commit dc1ffa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/systems/feldspar/s3.ex
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ defmodule Systems.Feldspar.S3 do
S3.put_object(
Access.fetch!(settings, :bucket),
"#{object_key(target)}/#{name}",
data
data,
content_type: "text/html"
)
|> backend().request!()
else
Expand Down

0 comments on commit dc1ffa1

Please sign in to comment.