update modules and packages, and async scripts

This commit is contained in:
somrat sorkar
2023-11-25 10:29:36 +06:00
parent fef42e15aa
commit e6c15304c9
4 changed files with 31 additions and 32 deletions

View File

@@ -36,10 +36,11 @@
{{/* scripts lazy */}}
<script
defer
async
crossorigin="anonymous"
integrity="{{ $scriptsLazy.Data.Integrity }}"
src="{{ $scriptsLazy.RelPermalink }}"
defer></script>
src="{{ $scriptsLazy.RelPermalink }}"></script>
<!-- progressive web app -->
{{ partialCached "pwa.html" . }}