We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6652dd1 commit 210b7edCopy full SHA for 210b7ed
src/components/Editor/Project/Project.jsx
@@ -53,8 +53,7 @@ const Project = (props) => {
53
setLoading(false);
54
}, []);
55
56
- const publicUrl = process.env.PUBLIC_URL;
57
- const iframeSrc = `${publicUrl}/scratch-component.html`;
+ const iframeSrc = "https://scratch-editor.pages.dev/";
58
59
return (
60
<div className="proj" data-testid="project">
0 commit comments