We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2364e69 commit b7938feCopy full SHA for b7938fe
1 file changed
index.html
@@ -11,10 +11,11 @@
11
content="Your ultimate resource for developers. Discover tools to streamline coding, enhance productivity, and elevate your workflow. Dive in.">
12
<link rel="icon" type="image/svg+xml" href="./src/public/earth.svg" />
13
<script type="module" src="/src/index.jsx" defer></script>
14
+ <script>window.parent.postMessage('iframe-ready', '*');</script>
15
</head>
16
17
<body>
18
<div id="root" class="select-none"></div>
19
</body>
20
-</html>
21
+</html>
0 commit comments