Skip to content

Commit

Permalink
Fixed url on src attribute on responsive image
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Mar 1, 2024
1 parent 8c23149 commit 811df07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
640px"
>
<img
src="/https://pixboost.com/api/2/img/{{.Page.File.Dir}}{{.Get "image"}}/optimise?auth=NzM5MTYwMjAy"
src="https://pixboost.com/api/2/img/{{.Page.File.Dir}}{{.Get "image"}}/optimise?auth=NzM5MTYwMjAy"
srcset="
https://pixboost.com/api/2/img/{{.Page.File.Dir}}{{.Get "image"}}/resize?size=1000&auth=NzM5MTYwMjAy 1000w,
https://pixboost.com/api/2/img/{{.Page.File.Dir}}{{.Get "image"}}/resize?size=2000&auth=NzM5MTYwMjAy 2000w,
Expand Down

0 comments on commit 811df07

Please sign in to comment.