diff --git a/ui/embed.go b/ui/embed.go index ef22d3d3..5d1cb45f 100644 --- a/ui/embed.go +++ b/ui/embed.go @@ -10,11 +10,5 @@ import ( //go:embed all:dist var distDir embed.FS -//go:embed dist/index.html -var indexHTML embed.FS - // DistDirFS contains the embedded dist directory files (without the "dist" prefix) var DistDirFS = echo.MustSubFS(distDir, "dist") - -// DistIndexHTML contains the embedded dist/index.html file (without the "dist" prefix) -var DistIndexHTML = echo.MustSubFS(indexHTML, "dist")