From a588155c7d2539743f4a815a084c032a18de03dc Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Tue, 3 Mar 2026 13:20:15 +0700 Subject: [PATCH] fix: Add favicon.ico link to prevent 404 - Add alternate icon link for favicon.ico - Add apple-touch-icon link - Browser automatically requests favicon.ico as fallback - This prevents 404 errors in console --- dealplustech-astro/src/layouts/BaseLayout.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dealplustech-astro/src/layouts/BaseLayout.astro b/dealplustech-astro/src/layouts/BaseLayout.astro index b2a21488e..eee9d3564 100644 --- a/dealplustech-astro/src/layouts/BaseLayout.astro +++ b/dealplustech-astro/src/layouts/BaseLayout.astro @@ -18,6 +18,8 @@ const { title, description, image } = Astro.props; + +