diff --git a/config/_default/params.toml b/config/_default/params.toml index decd270..c5e3fb6 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -4,5 +4,6 @@ [modules.bootstrap] # bootstrap's UMD build does not self-register window.bootstrap when bundled # by esbuild; expose it explicitly so Hinode's scripts pipeline registers it. - [modules.bootstrap.globals] - "js/modules/bootstrap/bootstrap.bundle.js" = "bootstrap" + [[modules.bootstrap.globals]] + path = "js/modules/bootstrap/bootstrap.bundle.js" + name = "bootstrap"