diff --git a/PROGRESS.md b/PROGRESS.md index 241fd2f..fe0d09c 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -72,3 +72,4 @@ - Security hardening: npm audit now passes cleanly after upgrading Prisma patch release and pinning `glob@10.5.0` via overrides to eliminate the glob CLI injection advisory in eslint tooling. - Listings now capture separate weekday/weekend prices and new amenities (microwave, free parking) across schema, API, UI, and seeds. - Deployed pricing/amenity update image `registry.halla-aho.net/thalla/lomavuokraus-web:bee691e` to staging and production. +- Added site favicon generated from the updated logo (`public/favicon.ico`). diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..f87e430 Binary files /dev/null and b/public/favicon.ico differ