Skip to content

Commit 552ae90

Browse files
author
marci
committed
Entferne Umami-Analytics-Abhängigkeiten aus go.mod und hugo.yaml
1 parent 0539df5 commit 552ae90

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.24.4
44

55
require (
66
github.com/hugo-toha/toha/v4 v4.9.0 // indirect
7-
github.com/hugomods/umami-analytics v0.3.1 // indirect
7+
88
)

go.sum

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
github.com/hugo-toha/toha/v4 v4.9.0 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA=
22
github.com/hugo-toha/toha/v4 v4.9.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=
3-
github.com/hugomods/umami-analytics v0.3.1 h1:C4B1oKRBvCRamH3muiWK+QNbehmxd+7DiK80jHCdMJo=
4-
github.com/hugomods/umami-analytics v0.3.1/go.mod h1:nlZGLPH5L+H25+HwmuzHsEfM869+tMTUTcSUBcOQEm4=
3+

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ caches:
3333
module:
3434
imports:
3535
- path: github.com/hugo-toha/toha/v4
36-
- path: github.com/hugomods/umami-analytics
36+
3737
mounts:
3838
- source: static/files
3939
target: static/files
@@ -47,7 +47,7 @@ module:
4747
target: assets
4848
- source: static
4949
target: assets
50-
50+
siteId: 1
5151
flags:
5252
enable: true
5353
flagsOverride:

0 commit comments

Comments
 (0)