Skip to content

Commit

Permalink
fix: Convert absolute links to relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
fussel178 committed Mar 6, 2022
1 parent 0e718cc commit c7131b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png?v=3jkrji349">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png?v=3jkrji349">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png?v=3jkrji349">
<link rel="manifest" href="/site.webmanifest?v=3jkrji349">
<link rel="manifest" href="site.webmanifest?v=3jkrji349">
<link rel="mask-icon" href="images/safari-pinned-tab.svg?v=3jkrji349" color="#0092bb">
<link rel="shortcut icon" href="/favicon.ico?v=3jkrji349">
<link rel="shortcut icon" href="favicon.ico?v=3jkrji349">

<script>
'use strict';
Expand Down

0 comments on commit c7131b7

Please sign in to comment.