frontend: reorganise assets

This commit is contained in:
nkanaev
2026-06-30 19:05:58 +01:00
parent 3e75ee3a30
commit 077a45fce0
49 changed files with 46 additions and 48 deletions

View File

@@ -15,5 +15,5 @@ func Templates() *template.Template {
}
func StaticFS() fs.FS {
return os.DirFS(rootDir)
return os.DirFS(rootDir + "/static")
}