Skip to content

Commit

Permalink
fix: empty params passed to js.Build
Browse files Browse the repository at this point in the history
Closes #275
  • Loading branch information
razonyang committed Nov 24, 2024
1 parent 02d49a0 commit dfa504e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/hb/assets/js.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- $page := . }}
{{/* JS compile options. */}}
{{- $params := .Site.Params.hb }}
{{- $params := site.Params.hb }}
{{- $bundle := default "hb" $params.js_bundle_name }}
{{- $targetPath := printf "js/%s.js" $bundle }}
{{- $options := dict
Expand Down

0 comments on commit dfa504e

Please sign in to comment.