Skip to content

Commit

Permalink
fix asset folder link
Browse files Browse the repository at this point in the history
  • Loading branch information
sectore committed Nov 8, 2023
1 parent 7d71170 commit 27e950f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="utf-8" />
<title>Exify</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<link rel="icon" type="image/png" href="/assets/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/assets/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/x-icon" href="/exify/assets/favicon.ico">
<link rel="icon" type="image/png" href="/exify/assets/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/exify/assets/favicon-16x16.png" sizes="16x16" />
<link data-trunk rel="tailwind-css" href="./index.css"/>
<link data-trunk rel="copy-dir"" href="./assets" />
</head>
Expand Down

0 comments on commit 27e950f

Please sign in to comment.