fix: favicon path

This commit is contained in:
2026-07-24 12:32:40 +02:00
parent 49978afd4c
commit b13bb738ce
3 changed files with 13 additions and 19 deletions
+1 -1
View File
@@ -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" />