✅Step 1: Upload Static Resources🔸 Option A: Single Icon:
favicon.ico file.faviconfavicon.ico file🔸 Option B: Multiple Icons:
apple-touch-icon.pngfavicon-32x32.pngfavicon-16x16.pngapple-touch-icon.png with the name appleTouchFaviconfavicon-32x32.png with the name favicon32favicon-16x16.png with the name favicon16✅ Step 2: Edit <head> in Site Builder
🔸 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
.png)