rename bundled to dist, caught by gitignore

This commit is contained in:
f0x 2022-06-06 03:04:30 +02:00
commit e9b02b6039
12 changed files with 6 additions and 1860 deletions

View file

@ -103,7 +103,7 @@ func (m *Module) profileTemplateHandler(c *gin.Context) {
"statuses": statuses,
"stylesheets": []string{
"/assets/Fork-Awesome/css/fork-awesome.min.css",
"/assets/bundled/profile.css",
"/assets/dist/profile.css",
},
})
}