fix(lib): serve CSS properly (#1158)

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-09-27 22:16:23 -04:00 committed by GitHub
parent ff33982ee9
commit d51d32726c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -16,7 +16,8 @@ var (
//go:embed *.css static
Static embed.FS
URL = "/.within.website/x/xess/xess.css"
BasePrefix = "/.within.website/x/xess/"
URL = "/.within.website/x/xess/xess.css"
)
func init() {