Skip to content

Commit

Permalink
fix assets
Browse files Browse the repository at this point in the history
  • Loading branch information
maddalax committed Sep 23, 2024
1 parent a21869e commit 939e809
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/todo-list/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
},
})
Expand Down

0 comments on commit 939e809

Please sign in to comment.