|
|
@@ -17,6 +17,35 @@ export default defineNuxtConfig({
|
|
|
app: {
|
|
|
head: {
|
|
|
link: [
|
|
|
+ {
|
|
|
+ rel: 'icon',
|
|
|
+ type: 'image/png',
|
|
|
+ sizes: '128x128',
|
|
|
+ href: '/icons/favicon-128x128.png'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ rel: 'icon',
|
|
|
+ type: 'image/png',
|
|
|
+ sizes: '96x96',
|
|
|
+ href: '/icons/favicon-96x96.png'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ rel: 'icon',
|
|
|
+ type: 'image/png',
|
|
|
+ sizes: '32x32',
|
|
|
+ href: '/icons/favicon-32x32.png'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ rel: 'icon',
|
|
|
+ type: 'image/png',
|
|
|
+ sizes: '16x16',
|
|
|
+ href: '/icons/favicon-16x16.png'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ rel: 'icon',
|
|
|
+ type: 'image/x-icon',
|
|
|
+ href: '/favicon.ico'
|
|
|
+ },
|
|
|
{
|
|
|
rel: 'preconnect',
|
|
|
href: 'https://fonts.googleapis.com'
|