Skip to content

Commit

Permalink
Merge pull request #3 from codex-team/add-favicon
Browse files Browse the repository at this point in the history
Chore(meta): added meta and links for favicons
  • Loading branch information
e11sy authored Sep 14, 2024
2 parents cd3e6de + f1e416a commit 7eb58bc
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,48 @@ export default {
name: 'theme-color',
content: '#242732',
},
{
name: 'apple-mobile-web-app-capable',
content: 'yes',
},
{
name: 'mobile-web-app-capable',
content: 'yes',
},
{
name: 'apple-touch-fullscreen',
content: 'yes',
},
{
name: 'apple-mobile-web-app-title',
content: 'hawk-tracker.ru'
},
{
name: 'apple-mobile-web-app-status-bar-style',
content: 'default',
},
],
link: [
{
rel: 'icon',
type: 'image/x-icon',
href: '/favicon-32.png',
href: '/favicon.png',
sizes: '32x32',
},
{
rel: 'stylesheet',
type: 'text/css',
href: 'https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap',
},
{
rel: 'icon',
href: '/favicon.ico',
sizes: '32x32',
},
{
rel: 'apple-touch-icon',
href: '/apple-touch-icon.png',
},
],
},

Expand Down
Binary file added static/android-chrome-192x192.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 added static/android-chrome-512x512.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 added static/apple-touch-icon.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 added static/favicon.ico
Binary file not shown.
File renamed without changes

0 comments on commit 7eb58bc

Please sign in to comment.