Skip to content

Commit

Permalink
GOTH-632 Holiday favicon update (#330)
Browse files Browse the repository at this point in the history
* 🎃

* add cache busting string
  • Loading branch information
walsh9 authored Oct 30, 2023
1 parent e08b499 commit b74018a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export default defineNuxtConfig({
{ name: 'theme-color', content: '#f4f2f0' },
],
link: [
{ rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' },
{ rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' },
{ rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png?happy-halloween' },
{ rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png?happy-halloween' },
{ rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' },
{ rel: 'manifest', href: '/site.webmanifest' },
{ rel: 'mask-icon', href: '/safari-pinned-tab.svg', color: '#ff3904' },
Expand Down
Binary file modified public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.

0 comments on commit b74018a

Please sign in to comment.