-
In this application root layout has metadata
```
export const metadata: Metadata = {
title: "Docs stater template",
metadataBase: new URL("https://docstemplate.vercel.app/"),
description:…
-
For example, `https://zhihu.com/` cannot get its favicon.
The reason may be that it is linked to another url `https://static.zhihu.com/heifetz/favicon.ico`
-
Does it make sense for us to provide a favicon.ico in shiny? It is a little annoying to see this 404 error in the JavaScript console (in Chrome):
> http://127.0.0.1:5137/favicon.ico Failed to load re…
yihui updated
5 years ago
-
ERROR `/favicon.ico' not found when starting local jekyll server
-
####vite配置:
```
export default defineConfig({
base: "/analysis",
plugins: [vue(), vueJsx(), cesium()],
});
```
#### 错误输出路径
|-- dist
|-- favicon.ico
|-- index.html
|-- jquery…
-
Puedes añadir un favicon.ico a la página? @Alu0100673647
-
I would suggest a `.ico` support. The reason why I'm doing this request, is that I was ready to start writing a gulp plugin to auto generate favicon's PNG is fine, but the `.ico` still play a good por…
-
-
**Is your feature request related to a problem? Please describe.**
Tool is really good, but it seems not working in some scenarios, like if a site has placed it's favicon.ico file in a directory (Exa…
-
why don't handle /favicon.ico in server side