Skip to content

Commit b7938fe

Browse files
authored
Update index.html
1 parent 2364e69 commit b7938fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
content="Your ultimate resource for developers. Discover tools to streamline coding, enhance productivity, and elevate your workflow. Dive in.">
1212
<link rel="icon" type="image/svg+xml" href="./src/public/earth.svg" />
1313
<script type="module" src="/src/index.jsx" defer></script>
14+
<script>window.parent.postMessage('iframe-ready', '*');</script>
1415
</head>
1516

1617
<body>
1718
<div id="root" class="select-none"></div>
1819
</body>
1920

20-
</html>
21+
</html>

0 commit comments

Comments
 (0)