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"