Skip to content

Commit

Permalink
refactor: move favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanakl committed Dec 22, 2024
1 parent aff9574 commit 377bb7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<meta name="color-scheme" content="dark light">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="canonical" href="https://ulems.my.id/">
<link rel="shortcut icon" type="image/x-icon" href="https://ulems.my.id/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="https://ulems.my.id/assets/favicon.ico">
<link rel="apple-touch-icon" sizes="192x192" href="https://ulems.my.id/assets/images/icon-192x192.png">
<link rel="icon" type="image/x-icon" href="https://ulems.my.id/favicon.ico">
<link rel="icon" type="image/x-icon" href="https://ulems.my.id/assets/favicon.ico">

<!-- Preconnect CDN -->
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<meta name="color-scheme" content="dark light">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="canonical" href="https://ulems.my.id/">
<link rel="shortcut icon" type="image/x-icon" href="https://ulems.my.id/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="https://ulems.my.id/assets/favicon.ico">
<link rel="apple-touch-icon" sizes="192x192" href="https://ulems.my.id/assets/images/icon-192x192.png">
<link rel="icon" type="image/x-icon" href="https://ulems.my.id/favicon.ico">
<link rel="icon" type="image/x-icon" href="https://ulems.my.id/assets/favicon.ico">

<!-- Preconnect CDN -->
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
Expand Down
1 change: 0 additions & 1 deletion js/util.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { storage } from './storage.js';
import { bootstrap } from './bootstrap.js';

export const util = (() => {
Expand Down

0 comments on commit 377bb7f

Please sign in to comment.