✨ add better tracking
This commit is contained in:
@@ -15,10 +15,10 @@ export default {
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
||||
{ hid: 'description', name: 'description', content: pkg.description },
|
||||
{ hid: 'keywords', name: 'keywords', content: 'css, html, php, server, resources, design, gems, nuxt, javascript, tutorials, development, software'},
|
||||
|
||||
|
||||
{ name: 'robots', content: 'index, follow' },
|
||||
{ name: 'distribution', content: 'global'},
|
||||
|
||||
{ name: 'distribution', content: 'global'},
|
||||
|
||||
{ name:'theme-color', content: '#ffffff' },
|
||||
{ name: 'msapplication-TileColor', content: '#da532c' },
|
||||
{ rel: 'mask-icon', href: '/safari-pinned-tab.svg', color: '#5bbad5' },
|
||||
@@ -62,6 +62,10 @@ export default {
|
||||
|
||||
plugins: [
|
||||
'~/plugins/i18n.js',
|
||||
{
|
||||
src: '~/plugins/vue-matomo.js',
|
||||
ssr: false,
|
||||
},
|
||||
],
|
||||
/*
|
||||
** Nuxt.js modules
|
||||
|
||||
Reference in New Issue
Block a user