root: build bundled docs into helo dir to fix path issue with packaged static files

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-07-13 19:09:16 +02:00
parent 84e9748340
commit bdb84b7a8f
5 changed files with 8 additions and 9 deletions

View File

@ -2,5 +2,5 @@ package web
import "embed"
//go:embed build_docs/*
var DocsDist embed.FS
//go:embed help/*
var Help embed.FS