Skip to content

Commit

Permalink
Switch full image renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
barthuijgen committed Nov 16, 2024
1 parent 709cb91 commit 28288d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/blueprints/src/components/blueprint/BlueprintImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export const BlueprintImage: React.FC<BlueprintImageProps> = ({
<ImageEditor string={string} onError={() => setRenderer("fbsr")}></ImageEditor>
) : (
<FullscreenImage
src={`https://fbsr.factorio.workers.dev/${blueprint_hash}?size=1000`}
// src={`https://fbsr.factorio.workers.dev/${blueprint_hash}?size=1000`}
src={`https://render.factorio.tools/render?url=https://factorioblueprints.tech/api/string/${blueprint_hash}`}
alt={label}
/>
);
Expand Down

0 comments on commit 28288d9

Please sign in to comment.