Skip to content

Commit

Permalink
Merge branch 'main' into xmr/preconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Mar 30, 2024
2 parents 2e9ef4b + ff8548c commit f11fdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/partials/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{- $esbuildOptions = merge $esbuildOptions (dict "minify" "true") -}}
{{- end -}}

{{- $bootstrapJs := resources.Get "/js/vendor/bootstrap.bundle.min.js" | fingerprint | resources.Copy "/assets/js/vendor/bootstrap.bundle.min.js" }}
{{- $bootstrapJs := resources.Get "js/vendor/bootstrap.bundle.min.js" | fingerprint | resources.Copy "/assets/js/vendor/bootstrap.bundle.min.js" }}
<script defer src="{{ $bootstrapJs.RelPermalink }}"></script>

{{- $scripts := slice "js/application.js" "js/lazyload.js" -}}
Expand Down

0 comments on commit f11fdd1

Please sign in to comment.