Skip to content

Commit

Permalink
chore: remove favicon (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
robocopklaus authored Sep 2, 2024
1 parent 2b9b10a commit a37f753
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 16 deletions.
Binary file removed public/android-chrome-192x192.png
Binary file not shown.
Binary file removed public/android-chrome-512x512.png
Binary file not shown.
Binary file removed public/apple-touch-icon.png
Binary file not shown.
Binary file removed public/favicon-16x16.png
Binary file not shown.
Binary file removed public/favicon-32x32.png
Binary file not shown.
Binary file removed public/favicon.ico
Binary file not shown.
11 changes: 0 additions & 11 deletions public/site.webmanifest

This file was deleted.

11 changes: 6 additions & 5 deletions resources/views/partials/_head.antlers.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<!-- Character Set and Compatibility -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />

<!-- SEO and Description -->
<title>{{ title ?? site:name }} - {{ config:app:name }}</title>

<!-- Vite Asset Management -->
{{ vite src="resources/js/site.ts|resources/css/site.css" }}
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />

0 comments on commit a37f753

Please sign in to comment.