From 2eb504f3e8917e3c315cb92587030d504eea0ad2 Mon Sep 17 00:00:00 2001 From: whiztech <159569+whiztech@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:42:05 +0800 Subject: [PATCH] fix(all): correct the alternatives module path --- modules/all/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/all/hugo.toml b/modules/all/hugo.toml index f372982..d25746f 100644 --- a/modules/all/hugo.toml +++ b/modules/all/hugo.toml @@ -1,5 +1,5 @@ [[module.imports]] -path = "github.com/hugomods/seo/modules/alternative" +path = "github.com/hugomods/seo/modules/alternatives" [[module.imports]] path = "github.com/hugomods/seo/modules/base"