Bugfix-Test-1
All checks were successful
release-tag / release-image (push) Successful in 1m57s

This commit is contained in:
2025-09-21 17:40:43 +02:00
parent 1d478f8803
commit 920da0a374
7 changed files with 18 additions and 22 deletions

View File

@@ -3,5 +3,8 @@ package ui
import "embed"
//go:embed *.html
//go:embed static/**
var FS embed.FS
// Embed nur echte Dateien; keine leeren Ordner!
//go:embed static/**/*.js static/**/*.css static/**/*.woff2
var StaticFS embed.FS