feat: pull in latest analytics/seo modules

Closes #3143
This commit is contained in:
George Cushen 2024-10-12 18:41:04 +01:00
commit 661cadc173
4 changed files with 4 additions and 4 deletions

View file

@ -4,5 +4,5 @@ go 1.15
require ( require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1 github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2 github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3
) )

View file

@ -24,7 +24,7 @@ sitemap:
changefreq: weekly changefreq: weekly
module: module:
hugoVersion: hugoVersion:
min: '0.123.3' min: '0.134.1'
extended: true extended: true
imports: imports:
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-core - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-core

View file

@ -2,4 +2,4 @@ module github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind
go 1.19 go 1.19
require github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics v0.1.2 require github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics v0.1.3

View file

@ -58,7 +58,7 @@ sitemap:
changefreq: weekly changefreq: weekly
module: module:
hugoVersion: hugoVersion:
min: '0.126.0' min: '0.134.1'
extended: true extended: true
imports: imports:
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics