Added icons
@@ -9,6 +9,23 @@ export default defineNuxtConfig({
|
||||
|
||||
srcDir: 'app/',
|
||||
|
||||
app: {
|
||||
baseURL: '/',
|
||||
buildAssetsDir: '_nuxt',
|
||||
head: {
|
||||
title: 'Seasoned',
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
|
||||
{ rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' },
|
||||
{ rel: 'icon', type: 'image/png', sizes: '96x96', href: '/favicon-96x96.png' },
|
||||
{ rel: 'icon', type: 'image/png', sizes: '192x192', href: '/web-app-manifest-192x192.png' },
|
||||
{ rel : 'icon', type: 'image/png', sizes: '512x512', href: '/web-app-manifest-512x512.png' },
|
||||
{ rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' },
|
||||
{ rel: 'manifest', href: '/site.webmanifest' }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
css: [
|
||||
'vuetify/lib/styles/main.sass',
|
||||
'@mdi/font/css/materialdesignicons.min.css',
|
||||
|
||||
BIN
Seasoned.Frontend/public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
Seasoned.Frontend/public/favicon-96x96.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 15 KiB |
1
Seasoned.Frontend/public/favicon.svg
Normal file
|
After Width: | Height: | Size: 1.9 MiB |
21
Seasoned.Frontend/public/site.webmanifest
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "MyWebSite",
|
||||
"short_name": "MySite",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
BIN
Seasoned.Frontend/public/web-app-manifest-192x192.png
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
Seasoned.Frontend/public/web-app-manifest-512x512.png
Normal file
|
After Width: | Height: | Size: 502 KiB |