fix assets

This commit is contained in:
maddalax 2024-09-22 23:12:12 -05:00
parent a21869e872
commit 939e80968f

View file

@ -33,8 +33,6 @@ func main() {
LiveReload: true,
Register: func(e *echo.Echo) {
e.StaticFS("/public", sub)
e.Static("/public", "./assets/dist")
__htmgo.Register(e)
},
})