You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The outer page will be rendered, either at build time (`hybrid`) or at runtime (`server`) with the island content omitted and a `<script>` tag included in its place.
2096
2096
*
2097
-
* After the page loads in the browser, the script tag will replace itself with the the contents of the island by making a request.
2097
+
* After the page loads in the browser, the script tag will replace itself with the contents of the island by making a request.
2098
2098
*
2099
2099
* Any Astro component can be given the `server: defer` attribute to delay its rendering. There is no special API and you can write `.astro` code as normal:
0 commit comments