summaryrefslogtreecommitdiff
path: root/internal/web/profile.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web/profile.go')
-rw-r--r--internal/web/profile.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/web/profile.go b/internal/web/profile.go
index c6bc5ee5a..a4332b0c1 100644
--- a/internal/web/profile.go
+++ b/internal/web/profile.go
@@ -117,6 +117,7 @@ func (m *Module) profileGETHandler(c *gin.Context) {
"show_back_to_top": showBackToTop,
"stylesheets": stylesheets,
"javascript": []string{
+ "/assets/dist/bundle.js",
"/assets/dist/frontend.js",
},
})