Skip to content

Commit d215f3f

Browse files
committed
actually load lit.js with script[type=module]
1 parent 6772bae commit d215f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lit-dev-content/site/_includes/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<script type="module" src="{{ site.baseurl }}/js/global/lit-hydrate-support.js"></script>
2525
{% else %}
2626
<!-- Loads lit-hydration since we manually chunk this -->
27-
<script rel="module" href="{{ site.baseurl }}/js/lit.js"></script>
27+
<script type="module" href="{{ site.baseurl }}/js/lit.js"></script>
2828
{% endif %}
2929
{% inlinejs "global/dsd-polyfill.js" %}
3030

0 commit comments

Comments
 (0)