From b76076e2e305d41adfd9e584a11636c58a32c99a Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Sat, 5 Apr 2025 04:25:02 -0400 Subject: fix(Search-indexing): fixed search indexing and working on fixing missing leaflet elements --- config/_default/hugo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'config/_default/hugo.toml') diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index f11f2d1..0fa9581 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -128,10 +128,14 @@ home = ["HTML", "RSS", "REDIR"] # [[module.mounts]] # source = "netlify.toml" # target = "assets/config/netlify.toml" - [[module.imports]] - path = "github.com/gethinode/mod-cookieyes" + # [[module.imports]] + # path = "github.com/gethinode/mod-cookieyes" [[module.imports]] path = "github.com/gethinode/hinode" + [[module.imports]] + path = "github.com/gethinode/mod-flexsearch" + [[module.imports]] + path = "github.com/gethinode/mod-leaflet" [[module.imports]] path = "github.com/gethinode/mod-mermaid" [[module.imports]] -- cgit v1.2.3