✅Step 1: Upload Static Resources🔸 Option A: Single Icon:

  1. Prepare your favicon.ico file.
  2. Go to Setup → Static Resources.
  3. Click New:

🔸 Option B: Multiple Icons:

  1. Prepare the following image files:
  2. Go to Setup → Static Resources.
  3. Upload each file as a separate static resource:

✅ Step 2: Edit <head> in Site Builder

  1. Go to Setup → Digital Experiences → All Sites.
  2. Find your site and click Builder next to it.
  3. In the Site Builder, click the gear icon (Settings) in the top toolbar.
  4. Choose Advanced.
  5. In the Edit Head Markup section, paste the appropriate tags.

🔸 For Single Icon:

<link rel="icon" href="https://YOUR_DOMAIN/resource/favicon">

🔸 For Multiple Icons:

<link rel="apple-touch-icon" sizes="180x180" href="https://YOUR_DOMAIN/resource/appleTouchFavicon">
<link rel="icon" type="image/png" sizes="32x32" href="https://YOUR_DOMAIN/resource/favicon32">
<link rel="icon" type="image/png" sizes="16x16" href="https://YOUR_DOMAIN/resource/favicon16">

Replace YOUR_DOMAIN with your actual site domain, for example: https://your-site-name-dev-ed.my.site.com/be

image (1).png