fix(web): oops relative favicon
This commit is contained in:
parent
57e465090b
commit
0c6418586d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<meta property="og:url" content="https://upub.alemi.dev/web" />
|
||||
<meta property="og:site_name" content="upub" />
|
||||
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<link rel="preload" href="https://cdn.alemi.dev/web/font/FiraCode-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
<link rel="preload" href="https://cdn.alemi.dev/web/font/FiraCode-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
|
||||
|
|
Loading…
Reference in a new issue