Skip to content

Commit

Permalink
Load scratch-gui from cloudflare pages
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroos committed Jan 14, 2025
1 parent 6652dd1 commit 210b7ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Editor/Project/Project.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ const Project = (props) => {
setLoading(false);
}, []);

const publicUrl = process.env.PUBLIC_URL;
const iframeSrc = `${publicUrl}/scratch-component.html`;
const iframeSrc = "https://scratch-editor.pages.dev/";

return (
<div className="proj" data-testid="project">
Expand Down

0 comments on commit 210b7ed

Please sign in to comment.