Skip to content

Commit 4c6985b

Browse files
committed
Set editmode.js specific version
1 parent 67b35cc commit 4c6985b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Editmode.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function Editmode({ children, projectId, defaultChunks }) {
1313
window["chunksProjectIdentifier"] = projectId;
1414

1515
const script = document.createElement("script");
16-
script.src = "https://static.editmode.com/editmode@^2.0.0/dist/editmode.js";
16+
script.src = "https://static.editmode.com/[email protected]/dist/editmode.js";
1717
script.async = true;
1818
document.body.append(script);
1919

0 commit comments

Comments
 (0)