Skip to content

Commit f6180a6

Browse files
authored
fix(analytics): incorrect placeholder image url (#2922)
1 parent 5d27f0f commit f6180a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/api/v2/analytics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"github.com/tphakala/birdnet-go/internal/logger"
2222
)
2323

24-
const placeholderImageURL = "/assets/images/bird-placeholder.svg"
24+
const placeholderImageURL = "/ui/assets/bird-placeholder.svg"
2525
const maxSpeciesBatch = 10
2626

2727
// Analytics constants (file-local)

0 commit comments

Comments
 (0)