Add AntiDrift favicon

This commit is contained in:
2026-06-01 19:09:37 -04:00
parent 895ad342c7
commit d95aed0111
5 changed files with 10 additions and 0 deletions
+2
View File
@@ -215,6 +215,8 @@ func TestServesStaticAssets(t *testing.T) {
}{
{"/app.css", "css"},
{"/app.js", "javascript"},
{"/favicon.ico", "image"},
{"/favicon.png", "image"},
}
for _, tc := range cases {
req := httptest.NewRequest(http.MethodGet, tc.path, nil)