Skip to content

Commit 210b7ed

Browse files
committed
Load scratch-gui from cloudflare pages
1 parent 6652dd1 commit 210b7ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Editor/Project/Project.jsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ const Project = (props) => {
5353
setLoading(false);
5454
}, []);
5555

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

5958
return (
6059
<div className="proj" data-testid="project">

0 commit comments

Comments
 (0)