fix(lib): serve CSS properly

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-09-28 02:08:45 +00:00
parent ff33982ee9
commit 59e9a0ae97
2 changed files with 6 additions and 1 deletions
+2 -1
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() {