diff options
Diffstat (limited to 'internal/web/profile.go')
| -rw-r--r-- | internal/web/profile.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/web/profile.go b/internal/web/profile.go index e8483921d..dd3ed8e64 100644 --- a/internal/web/profile.go +++ b/internal/web/profile.go @@ -249,7 +249,7 @@ func (m *Module) profileMicroblog(c *gin.Context, p *profile) { }, { Bottom: true, - Src: jsBlurhash, + Src: jsFrontendPrerender, }, }, Extra: map[string]any{ @@ -323,7 +323,7 @@ func (m *Module) profileGallery(c *gin.Context, p *profile) { }, { Bottom: true, - Src: jsBlurhash, + Src: jsFrontendPrerender, }, }, Extra: map[string]any{ |
