From 2c91e0360a744d526f8f337ece970ef290ff03c8 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Fri, 17 Jul 2026 21:12:43 -0400 Subject: [PATCH] fix(web): add SVG favicon to stop 404 on every page load Co-Authored-By: Claude Fable 5 --- TaskTracker.Api/Pages/Shared/_Layout.cshtml | 1 + TaskTracker.Api/wwwroot/favicon.svg | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 TaskTracker.Api/wwwroot/favicon.svg diff --git a/TaskTracker.Api/Pages/Shared/_Layout.cshtml b/TaskTracker.Api/Pages/Shared/_Layout.cshtml index 97ae873..e9d2817 100644 --- a/TaskTracker.Api/Pages/Shared/_Layout.cshtml +++ b/TaskTracker.Api/Pages/Shared/_Layout.cshtml @@ -4,6 +4,7 @@ TaskTracker + diff --git a/TaskTracker.Api/wwwroot/favicon.svg b/TaskTracker.Api/wwwroot/favicon.svg new file mode 100644 index 0000000..22cac12 --- /dev/null +++ b/TaskTracker.Api/wwwroot/favicon.svg @@ -0,0 +1,10 @@ + + + + + + + + + T +