Skip to content
Snippets Groups Projects
Commit 9a78a7ff authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #16699 TIME 0:10 fix bad favicon path

parent f9f340fe
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
<title>Maarch Parapheur</title>
<meta name="viewport"
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="icon" type="image/x-icon" href="frontend/core/favicon.ico">
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico">
<link rel="apple-touch-icon" href="frontend/assets/apple-touch-icon.png">
<script type="module" src="./assets/fortify/peculiar.esm.js"></script>
<script nomodule src="./assets/fortify/peculiar.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment