Skip to content

Commit

Permalink
modified: config/_default/module.yaml
Browse files Browse the repository at this point in the history
	modified:   go.mod
  • Loading branch information
dunxuan committed Dec 26, 2023
1 parent 2cbf49c commit b84aa6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/_default/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

imports:
# - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind main
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-seo main
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-seo
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/HugoBlox/hugo-blox-builder/starters/blog
go 1.20

require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind main
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231217135217-f1e179b23dc3
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo main
)

0 comments on commit b84aa6a

Please sign in to comment.