Do not minify or postprocess for prod

This commit is contained in:
Dave Gallant
2024-01-02 12:14:22 -05:00
parent aa31beb01c
commit 92b0f948be
2 changed files with 6 additions and 1 deletions

3
go.mod
View File

@@ -3,5 +3,6 @@ module davegallant.github.io
go 1.21
require (
github.com/davegallant/hugo-theme-gruvbox v0.0.0-20240102155230-cac2894e8557 // indirect
github.com/davegallant/hugo-theme-gruvbox v0.0.0-20240102171826-d67d7957b276 // indirect
github.com/schnerring/hugo-mod-json-resume v0.0.0-20231224014047-e651a547c19a // indirect
)