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.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/internal/web/profile.go b/internal/web/profile.go
index 051d55d28..ce3fe645b 100644
--- a/internal/web/profile.go
+++ b/internal/web/profile.go
@@ -108,8 +108,11 @@ func (m *Module) profileGETHandler(c *gin.Context) {
"statuses": statusResp.Items,
"stylesheets": []string{
"/assets/Fork-Awesome/css/fork-awesome.min.css",
- "/assets/status.css",
- "/assets/profile.css",
+ "/assets/dist/status.css",
+ "/assets/dist/profile.css",
+ },
+ "javascript": []string{
+ "/assets/dist/frontend.js",
},
})
}