Improved page load time

This commit is contained in:
Mia Rose Winter 2024-02-06 20:29:36 +01:00
parent 7850d293da
commit cd25b02fbf
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -41,7 +41,7 @@
<CascadingValue Value="UserTheme" Name="UserTheme"> <CascadingValue Value="UserTheme" Name="UserTheme">
<Routes /> <Routes />
</CascadingValue> </CascadingValue>
<script src="_framework/blazor.web.js"></script> <script src="_framework/blazor.web.js" defer></script>
<SectionOutlet SectionName="scripts" /> <SectionOutlet SectionName="scripts" />
</body> </body>