fix: favicon path
This commit is contained in:
+1
-1
@@ -2,10 +2,10 @@
|
||||
<html lang="%VITE_APP_LANG%">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="@articles/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
|
||||
<title>%VITE_APP_TITLE_NO_HTML%</title>
|
||||
<link rel="stylesheet" type="text/css" href="/src/style.scss" />
|
||||
<link rel='shortcut icon' href='/favicon.ico' />
|
||||
<meta property="og:url" content="%VITE_BASE_URL%" />
|
||||
<meta property="og:title" content="%VITE_APP_TITLE_NO_HTML%" />
|
||||
<link rel="alternate" href="%VITE_BASE_URL%/rss.xml" type="application/rss+xml" title="RSS 2.0" />
|
||||
|
||||
Reference in New Issue
Block a user