Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jfa-go/blame/commit/6a11ed56227a5174a4425fdbb64adb643b5dfa8e/embed/README.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
jfa-go/embed/README.md

2 lines
286 B

`scripts/embed.py [internal/external]` will copy the respective file into the main directory. If internal, `//go:embed` is used to embed the `data/` directory in the binary. If external, `os.DirFS` is used to access the `data/` directory, which should be placed next to the executable.