This commit is contained in:
2022-07-31 12:27:38 -07:00
commit c5820b7ee7
134 changed files with 46231 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{{ $script := .Site.Data.webpack_assets.app }}
{{ with $script.js }}
<script src="{{ relURL (printf "%s%s" "dist/" .) }}"></script>
{{ end }}