Text data moved to build directory

This commit is contained in:
Jakub Matys 2018-10-15 12:59:42 +02:00
parent 5d44ff33ff
commit 26e3a1bbe6
3 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ var Text struct {
}
func init() {
box := packr.NewBox("../static/text")
box := packr.NewBox("../build/text")
if about, err := box.MustString("about"); err == nil {
Text.BlockbookAbout = strings.TrimSpace(about)
} else {