Skip to main content
1 vote
2 answers
77 views

First, I'm new to NextJS. When I try to use the SVG picture I'm using as a favicon in other parts of the website, it doesn't work. Here's the tree of my directory: |- components/ | |- Navbar.tsx <-...
Farouk Dev's user avatar
0 votes
0 answers
51 views

I deployed a NextJs 15 project through Vercel. When running locally, my personalized favicon loads perfectly, but when deployed it depends on the browser I use. In my Chrome I see it correctly, but in ...
Francisco T's user avatar
1 vote
1 answer
274 views

In Google search results, I noticed that some sites show a full-sized favicon (A), while mine shows a smaller one (B) with padding or shrink. Here’s what I mean: A (Other site – full favicon): B (My ...
pvp11's user avatar
  • 890
0 votes
0 answers
49 views

I’m developing a browser extension that changes the favicon on a Single Page Application (SPA).. specifically Roblox.com. The extension injects code to replace the existing favicon with a custom SVG ...
BuddyWinte's user avatar
0 votes
0 answers
67 views

I prepared some mask-icon for my website, but I can't find the reason why it doesn't work. I've been looking for solution for a week. And still don't understand why safari doesn't use it... That's my ...
Serhii Sliparchuk's user avatar
3 votes
2 answers
413 views

I’m trying to cause Safari to use different favicons in light and dark mode. In other browsers you’d do this: <!doctype html> <title>test</title> <link rel="icon" href=&...
twhb's user avatar
  • 4,632
0 votes
0 answers
137 views

I'm experiencing an issue where the favicon is not displaying in Firefox on iOS. The link tags and other favicon-related tags are correctly defined in the HTML head, and the icons are accessible at ...
BeltoM's user avatar
  • 1
0 votes
1 answer
241 views

I am not sure how to add a favicon in Nuxt 3. I see many suggestions online, but they all don't seem to work. I've now put my favicon in the /public folder as favicon.ico, I've run a new npm run dev, ...
royketelaar's user avatar
  • 1,449
0 votes
0 answers
391 views

I'm trying to set a favicon for my app with following code (main): app.mount("/static", StaticFiles(directory="static"), name="static") ui.run(storage_secret="...
yungCoder's user avatar
1 vote
1 answer
102 views

I'm using Vaadin UI (v24) with SpringBoot (v3.4). I've added a favicon which is correctly displayed when I open the app in my browser. When I add the @PWA annotation to my app, the favicon is not ...
user2191287's user avatar
1 vote
0 answers
194 views

Nothing I've done is resolving the extra white space surrounding my favicons in various places and at various sizes. I have 5 favicon's (smaller sizes have are styled different) in .png format and all ...
Garreth's user avatar
  • 21
1 vote
1 answer
158 views

I have created a simple test web app using Apps Script. I would like to deploy the web app url on an iPhone/iPad home screen with a custom icon. When I add the web app with "Add to Home Screen&...
Jim Burke's user avatar
  • 435
-1 votes
1 answer
146 views

Fontawesome free icons are used as page icons like <html><head> <link rel='icon' href='https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/svgs/solid/pen-to-square.svg'> </...
Andrus's user avatar
  • 28.3k
-1 votes
1 answer
90 views

I have 2 sites: abc.domain.com & def.domain.com Being subdomains, they share the same cert and also the same root folder. Essentially they go to the same site, but for different clients. server { ...
fractal5's user avatar
  • 2,182
1 vote
1 answer
341 views

I'm testing favicon in a web page in my local, non-HTTPS, vitejs development server. This is the part related to favicon: <link rel="icon" href="/favicon-32x32-light.png" ...
superjos's user avatar
  • 12.8k

15 30 50 per page
1
2 3 4 5
121