aboutsummaryrefslogtreecommitdiffhomepage
path: root/hugolib/alias.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2023-05-21 14:25:16 +0200
committerBjørn Erik Pedersen <[email protected]>2023-05-22 14:14:35 +0200
commit2c3d4dfb745799b5de11f9ec0463a4ace19e97de (patch)
tree22f8dfe5b6f0bd39d66757119c2ea2ce5f83743d /hugolib/alias.go
parent1292d5a26af55ffd22512a01ae3a82c769e9bb01 (diff)
downloadhugo-2c3d4dfb745799b5de11f9ec0463a4ace19e97de.tar.gz
hugo-2c3d4dfb745799b5de11f9ec0463a4ace19e97de.zip
Add cache busting config to support Tailwind 3
Fixes #10974
Diffstat (limited to 'hugolib/alias.go')
-rw-r--r--hugolib/alias.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/hugolib/alias.go b/hugolib/alias.go
index 1bc0e5424..d10f140bd 100644
--- a/hugolib/alias.go
+++ b/hugolib/alias.go
@@ -82,8 +82,6 @@ func (s *Site) writeDestAlias(path, permalink string, outputFormat output.Format
func (s *Site) publishDestAlias(allowRoot bool, path, permalink string, outputFormat output.Format, p page.Page) (err error) {
handler := newAliasHandler(s.Tmpl(), s.Log, allowRoot)
- s.Log.Debugln("creating alias:", path, "redirecting to", permalink)
-
targetPath, err := handler.targetPathAlias(path)
if err != nil {
return err