fix assets
This commit is contained in:
parent
a21869e872
commit
939e80968f
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue