From 939e80968f3823688c9a48ccfbf2a037b33274e7 Mon Sep 17 00:00:00 2001 From: maddalax Date: Sun, 22 Sep 2024 23:12:12 -0500 Subject: [PATCH] fix assets --- examples/todo-list/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/todo-list/main.go b/examples/todo-list/main.go index b01f0ca..81ce1ae 100644 --- a/examples/todo-list/main.go +++ b/examples/todo-list/main.go @@ -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) }, })