Skip to content

Commit

Permalink
#25959 Adding image broken
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelrojas committed Oct 17, 2023
1 parent b376597 commit 0daa8f8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -783,7 +783,7 @@ export class DotSeoMetaTagsService {
});
}

return response.blob();
return response.clone().blob();
}),
mergeMap((response) => {
return of({
Expand Down

0 comments on commit 0daa8f8

Please sign in to comment.