Finished settings page
This commit is contained in:
@@ -16,10 +16,16 @@ export default {
|
||||
meta: [
|
||||
{ charset: 'utf-8' },
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
||||
{ hid: 'description', name: 'description', content: '' }
|
||||
{ hid: 'description', name: 'description', content: '' },
|
||||
{ name: 'msapplication-TileColor', content: '#031934' },
|
||||
{ name: 'theme-color', content: '#031934' },
|
||||
],
|
||||
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: "32x32", href: '/favicon-32x32.png' },
|
||||
{ rel: 'icon', type: "image/png", sizes: "16x16", href: '/favicon-16x16.png' },
|
||||
{ rel: 'manifest', href: '/site.webmanifest' },
|
||||
{ rel: 'mask-icon', href: '/safari-pinned-tab.svg', color: '#031934' },
|
||||
]
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user