Skip to content

Commit

Permalink
fix favicon issue
Browse files Browse the repository at this point in the history
  • Loading branch information
grmbyrn committed Oct 2, 2024
1 parent 1ce0e97 commit 36e1da4
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions histoire.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export default defineConfig({
theme: {
title: 'Histoire',
logo: {
square: './static/favicons/favicon.png',
light: './static/favicons/favicon.png',
dark: './static/favicons/favicon.png'
square: './static/favicons/favicon.ico',
light: './static/favicons/favicon.ico',
dark: './static/favicons/favicon.ico'
},
favicon: './static/favicons/favicon.ico',
colors: {
Expand Down
14 changes: 7 additions & 7 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@
<link
rel="apple-touch-icon"
sizes="180x180"
href="%sveltekit.assets%/favicon_io/apple-touch-icon.png"
href="%sveltekit.assets%/favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="%sveltekit.assets%/favicon_io/favicon-32x32.png"
href="%sveltekit.assets%/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="%sveltekit.assets%/favicon_io/favicon-16x16.png"
href="%sveltekit.assets%/favicons/favicon-16x16.png"
/>
<link rel="manifest" href="%sveltekit.assets%/favicon_io/site.webmanifest" />
<link rel="manifest" href="%sveltekit.assets%/favicons/site.webmanifest" />

<link rel="shortcut icon" href="%sveltekit.assets%/favicon_io/favicon.ico" />
<link rel="shortcut icon" href="%sveltekit.assets%/favicons/favicon.ico" />

<link rel="icon" href="%sveltekit.assets%/favicon_io/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon_io/favicon.ico" />
<link rel="icon" href="%sveltekit.assets%/favicons/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicons/favicon.ico" />

<!-- Tell browser this site is responsive -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit 36e1da4

Please sign in to comment.