Skip to content

Commit 8675e20

Browse files
authored
Update main.astro
1 parent 0849d94 commit 8675e20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/main.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const { title } = Astro.props;
4646
</main>
4747
<Footer />
4848

49-
<script src="/assets/js/main.js"></script>
49+
<script src="/assets/js/main.js" is:inline></script>
5050
<Fragment set:html={import.meta.env.FOOTER_INJECT} />
5151
</body>
5252
</html>

0 commit comments

Comments
 (0)