From 6692c51ca34e15dd64b62ef998267a565c718043 Mon Sep 17 00:00:00 2001 From: kevcenteno Date: Wed, 18 Sep 2024 12:52:35 -0400 Subject: [PATCH] Fix static folder copy --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index da5892c4a..9fa34be60 100644 --- a/hugo.toml +++ b/hugo.toml @@ -225,6 +225,9 @@ title = 'MaxMind' weight = 40 [module] + [[module.mounts]] + source = "static" + target = "static" [[module.mounts]] source = "data/mm_ips.json" target = "static/maxmind-server-ip-addresses.json"